do not (!) choose an window extent larger than the smallest mon res
authortz
Sat, 07 Feb 1998 15:02:17 +0100
changeset 615 47f5ba2850d1
parent 614 41cd940faa45
child 616 9d9bccf8304c
do not (!) choose an window extent larger than the smallest mon res
FileSelectionBrowser.st
--- a/FileSelectionBrowser.st	Fri Feb 06 21:11:24 1998 +0100
+++ b/FileSelectionBrowser.st	Sat Feb 07 15:02:17 1998 +0100
@@ -132,11 +132,11 @@
           #'window:' 
            #(#WindowSpec
               #'name:' 'File Selection Browser'
-              #'layout:' #(#LayoutFrame 230 0 472 0 897 0 821 0)
+              #'layout:' #(#LayoutFrame 248 0 226 0 847 0 575 0)
               #'label:' 'File Selection Browser'
               #'min:' #(#Point 10 10)
               #'max:' #(#Point 1152 900)
-              #'bounds:' #(#Rectangle 230 472 898 822)
+              #'bounds:' #(#Rectangle 248 226 848 576)
               #'usePreferredExtent:' false
           )
           #'component:' 
@@ -212,8 +212,6 @@
               )
           )
       )
-
-    "Modified: / 6.2.1998 / 03:42:48 / cg"
 ! !
 
 !FileSelectionBrowser methodsFor:'accessing'!