diff options
author | avenjamin <avenjamin@gmail.com> | 2010-06-06 12:35:18 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2010-06-06 12:35:18 +0000 |
commit | 685b4b1787297ae3a419a57a95d4110708b5110f (patch) | |
tree | ebfa93d5633339750e71564e5f4d975051272eb9 | |
parent | abfba8d070eca98f602a25722b27eff44a613a40 (diff) | |
download | sequelpro-685b4b1787297ae3a419a57a95d4110708b5110f.tar.gz sequelpro-685b4b1787297ae3a419a57a95d4110708b5110f.tar.bz2 sequelpro-685b4b1787297ae3a419a57a95d4110708b5110f.zip |
Slight content view adjustment. Tab bar bottom separator line now appears correctly.
-rw-r--r-- | Interfaces/English.lproj/MainWindow.xib | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Interfaces/English.lproj/MainWindow.xib b/Interfaces/English.lproj/MainWindow.xib index 34ecd659..8d16f4a2 100644 --- a/Interfaces/English.lproj/MainWindow.xib +++ b/Interfaces/English.lproj/MainWindow.xib @@ -2,13 +2,13 @@ <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> <data> <int key="IBDocument.SystemTarget">1050</int> - <string key="IBDocument.SystemVersion">10D2094</string> - <string key="IBDocument.InterfaceBuilderVersion">762</string> + <string key="IBDocument.SystemVersion">10D573</string> + <string key="IBDocument.InterfaceBuilderVersion">740</string> <string key="IBDocument.AppKitVersion">1038.29</string> <string key="IBDocument.HIToolboxVersion">460.00</string> <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> - <string key="NS.object.0">762</string> + <string key="NS.object.0">740</string> </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -63,7 +63,7 @@ <object class="NSTabView" id="372524807"> <reference key="NSNextResponder" ref="1006"/> <int key="NSvFlags">274</int> - <string key="NSFrameSize">{948, 535}</string> + <string key="NSFrameSize">{948, 534}</string> <reference key="NSSuperview" ref="1006"/> <object class="NSMutableArray" key="NSTabViewItems"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -276,21 +276,21 @@ <string key="className">NSObject</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> - <string key="minorKey">Source/CMImageView.h</string> + <string key="minorKey">Source/SPConnectionController.h</string> </object> </object> <object class="IBPartialClassDescription"> <string key="className">NSObject</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> - <string key="minorKey">Source/SPConnectionController.h</string> + <string key="minorKey">Source/SPContentFilterManager.h</string> </object> </object> <object class="IBPartialClassDescription"> <string key="className">NSObject</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> - <string key="minorKey">Source/SPContentFilterManager.h</string> + <string key="minorKey">Source/SPImageView.h</string> </object> </object> <object class="IBPartialClassDescription"> @@ -322,7 +322,7 @@ </object> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> - <string key="minorKey">Source/TablesList.h</string> + <string key="minorKey">Source/SPTablesList.h</string> </object> </object> <object class="IBPartialClassDescription"> @@ -341,11 +341,13 @@ <bool key="EncodedWithXMLCoder">YES</bool> <string>addNewConnection:</string> <string>closeTab:</string> + <string>updateAllTabTitles:</string> </object> <object class="NSMutableArray" key="dict.values"> <bool key="EncodedWithXMLCoder">YES</bool> <string>id</string> <string>id</string> + <string>id</string> </object> </object> <object class="NSMutableDictionary" key="outlets"> @@ -923,7 +925,6 @@ </object> </object> <int key="IBDocument.localizationMode">0</int> - <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string> <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> <integer value="1050" key="NS.object.0"/> |