From 2c3b3be3ee5481e7b0ca8b65b1c92a51a11061f4 Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Tue, 8 Jan 2013 15:51:53 -0800 Subject: [PATCH] Adjust menubar height --- AppKit/CPMenu/_CPMenuBarWindow.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPMenu/_CPMenuBarWindow.j b/AppKit/CPMenu/_CPMenuBarWindow.j index 62d6a4426..b8301e07a 100644 --- a/AppKit/CPMenu/_CPMenuBarWindow.j +++ b/AppKit/CPMenu/_CPMenuBarWindow.j @@ -2,7 +2,7 @@ @import "_CPMenuWindow.j" -var MENUBAR_HEIGHT = 28.0, +var MENUBAR_HEIGHT = 30.0, MENUBAR_MARGIN = 10.0, MENUBAR_LEFT_MARGIN = 10.0, MENUBAR_RIGHT_MARGIN = 10.0;