We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643d040 commit 842a67eCopy full SHA for 842a67e
1 file changed
src/Widgets/SourceRow.vala
@@ -31,6 +31,7 @@ public class Calendar.SourceRow : Gtk.ListBoxRow {
31
32
calendar_name_label = new Gtk.Label (source.dup_display_name ()) {
33
hexpand = true,
34
+ wrap = true,
35
xalign = 0
36
};
37
0 commit comments