Skip to content

Commit c844f73

Browse files
committed
add a handle lol
1 parent a2b5c4b commit c844f73

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/MainWindow.vala

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,14 @@ namespace Reminduck {
6060
this.build_reminder_editor ();
6161
this.build_reminders_view ();
6262

63-
set_child (stack);
63+
stack.halign = stack.valign = Gtk.Align.CENTER;
64+
stack.hexpand = stack.vexpand = true;
65+
66+
var handle = new Gtk.WindowHandle () {
67+
child = stack
68+
}
69+
70+
set_child (handle);
6471

6572
this.show_welcome_view (Gtk.StackTransitionType.NONE);
6673

0 commit comments

Comments
 (0)