diff options
author | dmoagx <post@wickenrode.com> | 2010-09-13 00:00:57 +0000 |
---|---|---|
committer | dmoagx <post@wickenrode.com> | 2010-09-13 00:00:57 +0000 |
commit | 3439b0edd8fb4a9b7dbe51697a0a9533dbfac2f6 (patch) | |
tree | 75d0894885990752de8477f9b1dc72e195caf5f0 /Interfaces/English.lproj/MainWindow.xib | |
parent | 558a632917cd14149c433dad7399692ab8b5cbf7 (diff) | |
download | sequelpro-3439b0edd8fb4a9b7dbe51697a0a9533dbfac2f6.tar.gz sequelpro-3439b0edd8fb4a9b7dbe51697a0a9533dbfac2f6.tar.bz2 sequelpro-3439b0edd8fb4a9b7dbe51697a0a9533dbfac2f6.zip |
* Change main windows minimum width to 720px for content to fit and make 2 windows side-by-side still fit on a 1440px MBP screen
* Change user manager > resources from NSForm to regular labels and text fields for translation
Diffstat (limited to 'Interfaces/English.lproj/MainWindow.xib')
-rw-r--r-- | Interfaces/English.lproj/MainWindow.xib | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Interfaces/English.lproj/MainWindow.xib b/Interfaces/English.lproj/MainWindow.xib index 554075d1..ce80bb42 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">{700, 400}</string> + <string key="NSWindowContentMinSize">{705, 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">{700, 422}</string> + <string key="NSMinSize">{705, 422}</string> <string key="NSMaxSize">{1.79769e+308, 1.79769e+308}</string> </object> </object> @@ -224,14 +224,14 @@ </object> <object class="NSMutableArray" key="dict.values"> <bool key="EncodedWithXMLCoder">YES</bool> - <string>{{42, 293}, {948, 555}}</string> + <string>{{321, 246}, {948, 555}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{42, 293}, {948, 555}}</string> + <string>{{321, 246}, {948, 555}}</string> <boolean value="NO"/> <string>{196, 240}</string> <string>{{202, 428}, {480, 270}}</string> <boolean value="YES"/> - <string>{700, 400}</string> + <string>{705, 400}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |