aboutsummaryrefslogtreecommitdiff
path: root/tests/menubar.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/menubar.vala')
-rw-r--r--tests/menubar.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/menubar.vala b/tests/menubar.vala
index 028750a..f222957 100644
--- a/tests/menubar.vala
+++ b/tests/menubar.vala
@@ -18,7 +18,7 @@
public class MenuBar : Gtk.MenuBar
{
- public static const int HEIGHT = 32;
+ public const int HEIGHT = 32;
public bool high_contrast { get; private set; default = false; }
public MenuBar (Background bg, Gtk.AccelGroup ag)