From a85297fe72351b19ac6af6c0d831672c754c9885 Mon Sep 17 00:00:00 2001 From: Hayaki Saito Date: Wed, 9 Jul 2014 01:15:39 +0900 Subject: [PATCH] Arrange button position in the preference panel --- MTAppPrefsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTAppPrefsController.m b/MTAppPrefsController.m index 0cb0628..3673c47 100644 --- a/MTAppPrefsController.m +++ b/MTAppPrefsController.m @@ -24,7 +24,7 @@ - (void) MouseTerm_windowDidLoad [button setTarget: [MouseTerm sharedInstance]]; [button setAction: @selector(orderFrontMouseConfiguration:)]; // FIXME: Set the position relative to the checkbox above it - [button setFrameOrigin: NSMakePoint(11, 3)]; + [button setFrameOrigin: NSMakePoint(318, 32)]; [keyboardView addSubview: button]; [button release]; }