default extent
authorClaus Gittinger <cg@exept.de>
Tue, 09 Mar 2004 20:24:06 +0100
changeset 5680 5d1daa3ed32a
parent 5679 5bdaaa7e5d88
child 5681 53dba8c1cfa5
default extent
FileBrowserV2.st
--- a/FileBrowserV2.st	Tue Mar 09 19:31:39 2004 +0100
+++ b/FileBrowserV2.st	Tue Mar 09 20:24:06 2004 +0100
@@ -516,7 +516,7 @@
           label: FileBrowser
           name: FileBrowser
           min: (Point 10 10)
-          bounds: (Rectangle 0 0 956 964)
+          bounds: (Rectangle 0 0 800 600)
           menu: mainMenu
           icon: applicationIcon
         )
@@ -1720,7 +1720,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.110 2004-03-09 18:31:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.111 2004-03-09 19:24:06 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!