From 16deb840d05a37ef44c2aad9e8985ad8bae25f68 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 7 Oct 2012 19:34:13 +0000 Subject: Increase the minimum size of the connection outline view to match the database dropdown. --- Source/SPConnectionControllerDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') 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 -- cgit v1.2.3