From 5ba15375e34fdaad4a2e04555b6e4eb089d06166 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 6 Oct 2012 18:11:21 +0000 Subject: Constrain the minimum size of the connectiion view split view so we don't wrap the quick connect header and hide buttons. --- Source/SPConnectionControllerDelegate.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source') diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m index e18c43ab..28963c8f 100644 --- a/Source/SPConnectionControllerDelegate.m +++ b/Source/SPConnectionControllerDelegate.m @@ -84,6 +84,11 @@ static NSString *SPQuickConnectImageWhite = @"quick-connect-icon-white.pdf"; } } +- (CGFloat)splitView:(NSSplitView *)splitView constrainMinCoordinate:(CGFloat)proposedMax ofSubviewAt:(NSInteger)dividerIndex +{ + return 120.0; +} + #endif #pragma mark - -- cgit v1.2.3