From 18c31ef044b6d2959e55edb3bbff1fd373ea4350 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 7 Jan 2013 22:24:35 +0000 Subject: Increase the minimum size of the connection view's split view so we don't force the quick connect heading to be wrapped. --- Source/SPConnectionControllerDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPConnectionControllerDelegate.m') diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m index a9fb8621..ac9ef296 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 135.f; + return 145.f; } #endif -- cgit v1.2.3