diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-28 23:34:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-28 23:34:54 +0000 |
commit | 495e8fffa8c2455aaee97c78445feb71253dcd61 (patch) | |
tree | 270c5e3350dc43053c8da84cff3334f7178034e3 /Source/SPConnectionController.m | |
parent | 96e8c7492cb0b27173cbc3a56d703b100dad0e5a (diff) | |
download | sequelpro-495e8fffa8c2455aaee97c78445feb71253dcd61.tar.gz sequelpro-495e8fffa8c2455aaee97c78445feb71253dcd61.tar.bz2 sequelpro-495e8fffa8c2455aaee97c78445feb71253dcd61.zip |
• due to new minimum size of the connection pane rearranged help button
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 50256936..7e0ac050 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -163,6 +163,7 @@ // Basic details have validated - start the connection process animating [addToFavoritesButton setHidden:YES]; + [helpButton setHidden:YES]; [connectButton setEnabled:NO]; [progressIndicator startAnimation:self]; [progressIndicatorText setHidden:NO]; @@ -861,7 +862,7 @@ */ - (float)splitView:(NSSplitView *)sender constrainMaxCoordinate:(float)proposedMax ofSubviewAt:(int)offset { - return (proposedMax - 450); + return (proposedMax - 445); } /** |