diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-29 20:06:44 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-29 20:06:44 +0000 |
commit | e93d9df70e29e53c4588a6d49bf3a056ac56e9db (patch) | |
tree | 96b774aaac21f4a81d3a573b109520859f5a908a /Interfaces/English.lproj/FieldEditorSheet.xib | |
parent | 79f4bb582755adfdc9504830d3a8bf061e1e49c1 (diff) | |
download | sequelpro-e93d9df70e29e53c4588a6d49bf3a056ac56e9db.tar.gz sequelpro-e93d9df70e29e53c4588a6d49bf3a056ac56e9db.tar.bz2 sequelpro-e93d9df70e29e53c4588a6d49bf3a056ac56e9db.zip |
• convert the Field Editor Sheet into a document-modal sheet, i.e. now the sheet doesn't block the entire app
- fixed various layout issues
- fixed some tiny memory leaks
• fixed tiny memory leak in MCPStreamingResult
Diffstat (limited to 'Interfaces/English.lproj/FieldEditorSheet.xib')
-rw-r--r-- | Interfaces/English.lproj/FieldEditorSheet.xib | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Interfaces/English.lproj/FieldEditorSheet.xib b/Interfaces/English.lproj/FieldEditorSheet.xib index a46ac1a8..9b24c5d2 100644 --- a/Interfaces/English.lproj/FieldEditorSheet.xib +++ b/Interfaces/English.lproj/FieldEditorSheet.xib @@ -3607,22 +3607,6 @@ </object> <object class="IBConnectionRecord"> <object class="IBActionConnection" key="connection"> - <string key="label">closeBitSheet:</string> - <reference key="source" ref="1001"/> - <reference key="destination" ref="824786228"/> - </object> - <int key="connectionID">328</int> - </object> - <object class="IBConnectionRecord"> - <object class="IBActionConnection" key="connection"> - <string key="label">closeBitSheet:</string> - <reference key="source" ref="1001"/> - <reference key="destination" ref="883245768"/> - </object> - <int key="connectionID">329</int> - </object> - <object class="IBConnectionRecord"> - <object class="IBActionConnection" key="connection"> <string key="label">bitSheetSelectBit0:</string> <reference key="source" ref="1001"/> <reference key="destination" ref="656999524"/> @@ -4901,6 +4885,22 @@ </object> <int key="connectionID">529</int> </object> + <object class="IBConnectionRecord"> + <object class="IBActionConnection" key="connection"> + <string key="label">closeEditSheet:</string> + <reference key="source" ref="1001"/> + <reference key="destination" ref="883245768"/> + </object> + <int key="connectionID">530</int> + </object> + <object class="IBConnectionRecord"> + <object class="IBActionConnection" key="connection"> + <string key="label">closeEditSheet:</string> + <reference key="source" ref="1001"/> + <reference key="destination" ref="824786228"/> + </object> + <int key="connectionID">531</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -7180,9 +7180,9 @@ </object> </object> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{344, 658}, {411, 218}}</string> + <string>{{344, 538}, {411, 218}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{344, 658}, {411, 218}}</string> + <string>{{344, 538}, {411, 218}}</string> <boolean value="NO"/> <string>{196, 240}</string> <string>{{357, 418}, {480, 270}}</string> @@ -7256,7 +7256,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">529</int> + <int key="maxID">531</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |