# HG changeset patch # User tz # Date 886860137 -3600 # Node ID 47f5ba2850d17911f63557a9d367814c87f88d33 # Parent 41cd940faa45f383a5fb1294f79681271dc79162 do not (!) choose an window extent larger than the smallest mon res diff -r 41cd940faa45 -r 47f5ba2850d1 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'!