SettingsDialog.st
changeset 6020 ccf97fc9c1e8
parent 6019 001740075800
child 6024 ab51dc9ad449
--- a/SettingsDialog.st	Wed Sep 15 13:37:49 2004 +0200
+++ b/SettingsDialog.st	Wed Sep 15 14:12:26 2004 +0200
@@ -212,7 +212,7 @@
           label: 'Settings Dialog'
           name: 'Settings Dialog'
           min: (Point 10 10)
-          bounds: (Rectangle 0 0 608 600)
+          bounds: (Rectangle 0 0 608 642)
           menu: mainMenu
           icon: defaultIcon
         )
@@ -1318,7 +1318,7 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.55 2004-09-15 11:37:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.56 2004-09-15 12:12:26 ca Exp $'
 ! !
 
 SettingsDialog initialize!