diff options
author | stuconnolly <stuart02@gmail.com> | 2012-10-07 19:34:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-10-07 19:34:13 +0000 |
commit | 16deb840d05a37ef44c2aad9e8985ad8bae25f68 (patch) | |
tree | 06983a1cb77ea47d8442b30337cf18668a356535 | |
parent | 5ba15375e34fdaad4a2e04555b6e4eb089d06166 (diff) | |
download | sequelpro-16deb840d05a37ef44c2aad9e8985ad8bae25f68.tar.gz sequelpro-16deb840d05a37ef44c2aad9e8985ad8bae25f68.tar.bz2 sequelpro-16deb840d05a37ef44c2aad9e8985ad8bae25f68.zip |
Increase the minimum size of the connection outline view to match the database dropdown.
-rw-r--r-- | Source/SPConnectionControllerDelegate.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m index 28963c8f..71ad1390 100644 --- a/Source/SPConnectionControllerDelegate.m +++ b/Source/SPConnectionControllerDelegate.m @@ -86,7 +86,7 @@ static NSString *SPQuickConnectImageWhite = @"quick-connect-icon-white.pdf"; - (CGFloat)splitView:(NSSplitView *)splitView constrainMinCoordinate:(CGFloat)proposedMax ofSubviewAt:(NSInteger)dividerIndex { - return 120.0; + return 135.f; } #endif |