aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-02-19 01:38:48 +0000
committerrowanbeentje <rowan@beent.je>2009-02-19 01:38:48 +0000
commit570364a8f0efa1e758bb2bfb17d025f503702480 (patch)
treeb714aba1c781bf76db13909de5426060f92ccb08 /Interfaces/English.lproj
parente4c5cc4181a9807c718b6c1c517b8adee31064a1 (diff)
downloadsequelpro-570364a8f0efa1e758bb2bfb17d025f503702480.tar.gz
sequelpro-570364a8f0efa1e758bb2bfb17d025f503702480.tar.bz2
sequelpro-570364a8f0efa1e758bb2bfb17d025f503702480.zip
Fix Issue #140 (Tables with many columns compress the end columns against the end of the table):
- Set column sizing to "Uniform" , instead of "Sequential" - "Sequential" autosized columns so that all columns remained visible within the table, with as many columns as possible at full width, resulting in many columns being set to their minimum width. - Automatically delete saved column widths which are at minimum width on first run of this new version. This will delete columns intentionally set to minimum idth (once), but otherwise all tables which had their columns autoresized had the minimum/broken widths saved so even the fix above would not show. - Remove old CocoaMySQL prefs upgrade code, and store the last run bundle version in the code to allow prefs upgrades to occur according to the build number in future.
Diffstat (limited to 'Interfaces/English.lproj')
-rw-r--r--Interfaces/English.lproj/DBView.xib4
1 files changed, 2 insertions, 2 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib
index 98620b04..aa299e49 100644
--- a/Interfaces/English.lproj/DBView.xib
+++ b/Interfaces/English.lproj/DBView.xib
@@ -8,7 +8,7 @@
<string key="IBDocument.HIToolboxVersion">353.00</string>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
- <integer value="27"/>
+ <integer value="676"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
@@ -2565,7 +2565,7 @@
<reference key="NSGridColor" ref="864903678"/>
<double key="NSRowHeight">1.600000e+01</double>
<int key="NSTvFlags">1522532352</int>
- <int key="NSColumnAutoresizingStyle">2</int>
+ <int key="NSColumnAutoresizingStyle">0</int>
<int key="NSDraggingSourceMaskForLocal">15</int>
<int key="NSDraggingSourceMaskForNonLocal">0</int>
<bool key="NSAllowsTypeSelect">YES</bool>