diff options
Diffstat (limited to 'src/main-window.vala')
| -rw-r--r-- | src/main-window.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main-window.vala b/src/main-window.vala index fc8d95a..c32c82a 100644 --- a/src/main-window.vala +++ b/src/main-window.vala @@ -145,6 +145,7 @@ public class MainWindow : Gtk.Window align.add (hbox); align = new Gtk.Alignment (0.5f, 0.5f, 0.0f, 0.0f); + align.resize_mode = Gtk.ResizeMode.QUEUE; align.set_size_request (greeter.grid_size, -1); align.margin_bottom = greeter.menubar_height; /* offset for menubar at top */ align.show (); |
