# HG changeset patch # User Claus Gittinger # Date 886733167 -3600 # Node ID 8610ea5b501d680ddc7e4cf255a88d61f252208b # Parent 8b6cd53f93b8650a71f147f14b6137ecdba1559e geometry diff -r 8b6cd53f93b8 -r 8610ea5b501d ResourceSelectionBrowser.st --- a/ResourceSelectionBrowser.st Fri Feb 06 03:43:42 1998 +0100 +++ b/ResourceSelectionBrowser.st Fri Feb 06 03:46:07 1998 +0100 @@ -95,11 +95,11 @@ #'window:' #(#WindowSpec #'name:' 'Resource Browser' - #'layout:' #(#LayoutFrame 197 0 172 0 696 0 521 0) + #'layout:' #(#LayoutFrame 221 0 676 0 822 0 1025 0) #'label:' 'Resource Browser' #'min:' #(#Point 400 300) #'max:' #(#Point 1152 864) - #'bounds:' #(#Rectangle 197 172 697 522) + #'bounds:' #(#Rectangle 221 676 823 1026) #'usePreferredExtent:' false ) #'component:' @@ -134,7 +134,7 @@ ) #(#InputFieldSpec #'name:' 'classNameInputField' - #'layout:' #(#LayoutFrame 0 0.0 -22 1 -1 1.0 0 1) + #'layout:' #(#LayoutFrame 2 0.0 -22 1 -1 1.0 0 1) #'model:' #valueOfClassName ) ) @@ -148,7 +148,7 @@ #( #(#DataSetSpec #'name:' 'resourcesDataSetView' - #'layout:' #(#LayoutFrame 2 0.0 0 0.0 2 1.0 -22 1.0) + #'layout:' #(#LayoutFrame 2 0.0 0 0.0 -2 1.0 -22 1.0) #'model:' #selectionOfResource #'hasHorizontalScrollBar:' true #'hasVerticalScrollBar:' true @@ -182,7 +182,7 @@ ) #(#InputFieldSpec #'name:' 'selectorInputField' - #'layout:' #(#LayoutFrame 2 0.0 -22 1 2 1.0 0 1) + #'layout:' #(#LayoutFrame 2 0.0 -22 1 -2 1.0 0 1) #'model:' #valueOfSelector ) ) @@ -201,6 +201,8 @@ ) ) ) + + "Modified: / 6.2.1998 / 03:45:21 / cg" ! ! !ResourceSelectionBrowser methodsFor:'accessing - views'!