Skip to content
Snippets Groups Projects
Commit 929f4cb6 authored by Antoine Fontaine's avatar Antoine Fontaine :8ball:
Browse files

Better document a workaround

parent 8bddc789
Branches Username
No related merge requests found
......@@ -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));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment