aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-10-07 19:34:13 +0000
committerstuconnolly <stuart02@gmail.com>2012-10-07 19:34:13 +0000
commit16deb840d05a37ef44c2aad9e8985ad8bae25f68 (patch)
tree06983a1cb77ea47d8442b30337cf18668a356535 /Source/SPConnectionControllerDelegate.m
parent5ba15375e34fdaad4a2e04555b6e4eb089d06166 (diff)
downloadsequelpro-16deb840d05a37ef44c2aad9e8985ad8bae25f68.tar.gz
sequelpro-16deb840d05a37ef44c2aad9e8985ad8bae25f68.tar.bz2
sequelpro-16deb840d05a37ef44c2aad9e8985ad8bae25f68.zip
Increase the minimum size of the connection outline view to match the database dropdown.
Diffstat (limited to 'Source/SPConnectionControllerDelegate.m')
-rw-r--r--Source/SPConnectionControllerDelegate.m2
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