summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2004-07-16 12:35:06 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2004-07-16 12:35:06 (GMT)
commit6e3b425f3f8f5716fcd13dc0a236bd96a1ea000f (patch)
tree7b09e8dcdb06be6ddb228b066b914e609493898d
parent31bca4ef12172aefb2cd936248bf1f4418f1790d (diff)
downloadcpython-6e3b425f3f8f5716fcd13dc0a236bd96a1ea000f.zip
cpython-6e3b425f3f8f5716fcd13dc0a236bd96a1ea000f.tar.gz
cpython-6e3b425f3f8f5716fcd13dc0a236bd96a1ea000f.tar.bz2
Made preference window resizable (and do the most logical thing on resize)
-rw-r--r--Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib10
-rw-r--r--Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nibbin7887 -> 5882 bytes
2 files changed, 7 insertions, 3 deletions
diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib
index 4c1b0fb..bc558f7 100644
--- a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib
+++ b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib
@@ -3,10 +3,14 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>660 84 519 534 0 0 1280 1002 </string>
+ <string>565 235 519 534 0 0 1280 1002 </string>
<key>IBFramework Version</key>
- <string>291.0</string>
+ <string>364.0</string>
+ <key>IBOpenObjects</key>
+ <array>
+ <integer>5</integer>
+ </array>
<key>IBSystem Version</key>
- <string>6L60</string>
+ <string>7H63</string>
</dict>
</plist>
diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib
index a650847..3dfed33 100644
--- a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib
+++ b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib
Binary files differ