diff options
author | rowanbeentje <rowan@beent.je> | 2010-09-09 01:29:35 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-09-09 01:29:35 +0000 |
commit | cc99469638a22d68a01650bf36adc3b99ae817d1 (patch) | |
tree | f1e37f683ad530f725bda1bdab8617c19681b52b /Interfaces/English.lproj/MainWindow.xib | |
parent | a52f4ee50f43aa8d269326dac045809cd873547d (diff) | |
download | sequelpro-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 'Interfaces/English.lproj/MainWindow.xib')
-rw-r--r-- | Interfaces/English.lproj/MainWindow.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Interfaces/English.lproj/MainWindow.xib b/Interfaces/English.lproj/MainWindow.xib index de15d592..554075d1 100644 --- a/Interfaces/English.lproj/MainWindow.xib +++ b/Interfaces/English.lproj/MainWindow.xib @@ -47,7 +47,7 @@ <string key="NSWindowClass">NSWindow</string> <nil key="NSViewClass"/> <string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string> - <string key="NSWindowContentMinSize">{780, 506}</string> + <string key="NSWindowContentMinSize">{700, 400}</string> <object class="NSView" key="NSWindowView" id="1006"> <reference key="NSNextResponder"/> <int key="NSvFlags">256</int> @@ -81,7 +81,7 @@ <reference key="NSSuperview"/> </object> <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string> - <string key="NSMinSize">{780, 528}</string> + <string key="NSMinSize">{700, 422}</string> <string key="NSMaxSize">{1.79769e+308, 1.79769e+308}</string> </object> </object> @@ -231,7 +231,7 @@ <string>{196, 240}</string> <string>{{202, 428}, {480, 270}}</string> <boolean value="YES"/> - <string>{780, 506}</string> + <string>{700, 400}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |