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.
2 parents 143f3c0 + 1819685 commit 6734f3aCopy full SHA for 6734f3a
src/Widgets/Views/RemindersView.vala
@@ -61,7 +61,7 @@ namespace Reminduck.Widgets.Views {
61
62
var scrolled_window = new Gtk.ScrolledWindow(null, null);
63
build_reminders_list();
64
- scrolled_window.add_with_viewport(this.reminders_list);
+ scrolled_window.add(this.reminders_list);
65
66
pack_start(scrolled_window, true, true, 0);
67
}
0 commit comments