diff options
Diffstat (limited to 'src/main-window.vala')
-rw-r--r-- | src/main-window.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-window.vala b/src/main-window.vala index 6dfd168..b7c59bb 100644 --- a/src/main-window.vala +++ b/src/main-window.vala @@ -34,7 +34,7 @@ public class MainWindow : Gtk.Window public ListStack stack; // Menubar is smaller, but with shadow, we reserve more space - public static const int MENUBAR_HEIGHT = 32; + public const int MENUBAR_HEIGHT = 32; construct { |