diff options
-rw-r--r-- | src/main-window.vala | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main-window.vala b/src/main-window.vala index ddd2f1c..492c8fd 100644 --- a/src/main-window.vala +++ b/src/main-window.vala @@ -271,6 +271,9 @@ public class MainWindow : Gtk.Window Gdk.Atom atom; long struts[12] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; + /* Subtract (non-scaled) 5px border + 2px extra spacing (to make indicator menus render nicely below menubar) */ + menubar_size = menubar_size - 7; + // Struts dependent on position switch (position) { case MenubarPositions.TOP: |