No maxSize in windowspec.
authorStefan Vogel <sv@exept.de>
Sun, 15 Aug 2004 19:40:41 +0200
changeset 5975 462953ce9f9a
parent 5974 509256511c65
child 5976 ea6bf76a3af0
No maxSize in windowspec.
SettingsDialog.st
--- a/SettingsDialog.st	Fri Aug 13 21:46:25 2004 +0200
+++ b/SettingsDialog.st	Sun Aug 15 19:40:41 2004 +0200
@@ -210,7 +210,6 @@
           label: 'Settings Dialog'
           name: 'Settings Dialog'
           min: (Point 10 10)
-          max: (Point 2048 1536)
           bounds: (Rectangle 0 0 608 600)
           menu: mainMenu
           icon: defaultIcon
@@ -1320,7 +1319,7 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.53 2004-06-09 09:55:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.54 2004-08-15 17:40:41 stefan Exp $'
 ! !
 
 SettingsDialog initialize!