default size
authorClaus Gittinger <cg@exept.de>
Thu, 04 Mar 2004 14:46:04 +0100
changeset 5659 7417f230ee11
parent 5658 eef91fc147fa
child 5660 ab660aff9c16
default size
FileBrowserV2.st
--- a/FileBrowserV2.st	Thu Mar 04 14:45:46 2004 +0100
+++ b/FileBrowserV2.st	Thu Mar 04 14:46:04 2004 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -513,7 +515,7 @@
           label: FileBrowser
           name: FileBrowser
           min: (Point 10 10)
-          bounds: (Rectangle 0 0 920 1598)
+          bounds: (Rectangle 0 0 956 964)
           menu: mainMenu
           icon: applicationIcon
         )
@@ -1708,7 +1710,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.108 2004-03-02 16:29:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.109 2004-03-04 13:46:04 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!