diff options
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 50256936..7e0ac050 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -163,6 +163,7 @@ // Basic details have validated - start the connection process animating [addToFavoritesButton setHidden:YES]; + [helpButton setHidden:YES]; [connectButton setEnabled:NO]; [progressIndicator startAnimation:self]; [progressIndicatorText setHidden:NO]; @@ -861,7 +862,7 @@ */ - (float)splitView:(NSSplitView *)sender constrainMaxCoordinate:(float)proposedMax ofSubviewAt:(int)offset { - return (proposedMax - 450); + return (proposedMax - 445); } /** |