aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-09-09 01:29:35 +0000
committerrowanbeentje <rowan@beent.je>2010-09-09 01:29:35 +0000
commitcc99469638a22d68a01650bf36adc3b99ae817d1 (patch)
treef1e37f683ad530f725bda1bdab8617c19681b52b /Source/SPConnectionController.h
parenta52f4ee50f43aa8d269326dac045809cd873547d (diff)
downloadsequelpro-cc99469638a22d68a01650bf36adc3b99ae817d1.tar.gz
sequelpro-cc99469638a22d68a01650bf36adc3b99ae817d1.tar.bz2
sequelpro-cc99469638a22d68a01650bf36adc3b99ae817d1.zip
- Alter the connection view layout, moving the connection details forms into a scrollview. Switch to centering the form in code, which allows better control and automatic scrollview triggering if the window is too small.
- Reduce the minimum window size to 700x400, addressing Issue #788, now the connection view is no longer the constraining factor.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 0a1f8cce..3aac3054 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -94,6 +94,7 @@
IBOutlet NSView *connectionView;
IBOutlet NSSplitView *connectionSplitView;
+ IBOutlet NSScrollView *connectionDetailsScrollView;
IBOutlet BWAnchoredButtonBar *connectionSplitViewButtonBar;
IBOutlet NSTableView *favoritesTable;
@@ -180,6 +181,6 @@
- (id)selectedFavorite;
- (IBAction)addFavorite:(id)sender;
-- (void)splitViewDidResizeSubviews:(NSNotification *)aNotification;
+- (void)scrollViewFrameChanged:(NSNotification *)aNotification;
@end