Skip to content

Commit 842a67e

Browse files
authored
SourceRow: wrap label (#921)
1 parent 643d040 commit 842a67e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Widgets/SourceRow.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class Calendar.SourceRow : Gtk.ListBoxRow {
3131

3232
calendar_name_label = new Gtk.Label (source.dup_display_name ()) {
3333
hexpand = true,
34+
wrap = true,
3435
xalign = 0
3536
};
3637

0 commit comments

Comments
 (0)