diff --git a/src/gui-window.c b/src/gui-window.c index 7fef95697238247991d62e8ec00e898e4378d80e..da31af0fd1f4c927e916448be809b8d720e8d83d 100644 --- a/src/gui-window.c +++ b/src/gui-window.c @@ -220,7 +220,9 @@ update_courses (GuiWindow *self) self->courses[i].name); } - // ellipsize the labels + // ellipsize the labels, this is a workaround. + // See https://source.puri.sm/Librem5/libhandy/issues/118 for the bug report + // and https://gitlab.gnugen.ch/afontain/moodle/issues/20 GtkWidget *scrolled_win = gtk_bin_get_child (GTK_BIN (self->sidebar)); GtkWidget *viewport = gtk_bin_get_child (GTK_BIN (scrolled_win)); GtkWidget *label_list = gtk_bin_get_child (GTK_BIN (viewport));