From fac0ce51f4d7ce4c9e5edd4ce85763a7c1f059c4 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 24 Oct 2010 19:37:52 +0000 Subject: [PATCH] push the bottom buttons left two pixels --- macosx/Controller.m | 4 ++-- macosx/en.lproj/MainMenu.xib | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index 641696348..2bf566d8f 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -411,9 +411,9 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy #warning remove once localizations are updated for 2.2 [fActionButton setBordered: NO]; - [fActionButton setFrame: NSMakeRect(8.0, 2.0, 36.0, 18.0)]; + [fActionButton setFrame: NSMakeRect(6.0, 2.0, 36.0, 18.0)]; [fSpeedLimitButton setBordered: NO]; - [fSpeedLimitButton setFrame: NSMakeRect(47.0, 2.0, 36.0, 18.0)]; + [fSpeedLimitButton setFrame: NSMakeRect(45.0, 2.0, 36.0, 18.0)]; //window min height NSSize contentMinSize = [fWindow contentMinSize]; diff --git a/macosx/en.lproj/MainMenu.xib b/macosx/en.lproj/MainMenu.xib index 39c05c2d5..828a52b81 100644 --- a/macosx/en.lproj/MainMenu.xib +++ b/macosx/en.lproj/MainMenu.xib @@ -13,9 +13,7 @@ YES - - YES @@ -61,7 +59,7 @@ 292 - {{8, 2}, {36, 18}} + {{6, 2}, {36, 18}} YES @@ -145,7 +143,7 @@ 292 - {{47, 2}, {36, 18}} + {{45, 2}, {36, 18}} YES @@ -173,7 +171,7 @@ 258 - {{90, 4}, {335, 14}} + {{86, 4}, {339, 14}} YES