diff options
-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 8d841e8..6fc1259 100644 --- a/src/main-window.vala +++ b/src/main-window.vala @@ -346,6 +346,7 @@ public class MainWindow : Gtk.Window debug ("MainWindow is %dx%d pixels", background.width, background.height); background.set_monitors (monitors); + set_struts (this, MenubarPositions.TOP, ArcticaGreeter.MENUBAR_HEIGHT); if(do_resize) { |