Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Jul 8, 2014
2 parents f4cc2b8 + a85297f commit 7b623ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTAppPrefsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit 7b623ac

Please sign in to comment.