# HG changeset patch # User tz # Date 885207963 -3600 # Node ID 1a9f248ed815f1bca76ab74c59bbf70b1759d631 # Parent 7b49551267fbc2aae1d781a6e9c443e14b6f268b *** empty log message *** diff -r 7b49551267fb -r 1a9f248ed815 ResourceSelectionBrowser.st --- a/ResourceSelectionBrowser.st Mon Jan 19 12:04:00 1998 +0100 +++ b/ResourceSelectionBrowser.st Mon Jan 19 12:06:03 1998 +0100 @@ -87,11 +87,11 @@ #'window:' #(#WindowSpec #'name:' 'Resource Browser' - #'layout:' #(#LayoutFrame 120 0 317 0 519 0 616 0) + #'layout:' #(#LayoutFrame 177 0 194 0 576 0 493 0) #'label:' 'Resource Browser' #'min:' #(#Point 400 300) #'max:' #(#Point 1152 864) - #'bounds:' #(#Rectangle 120 317 520 617) + #'bounds:' #(#Rectangle 177 194 577 494) #'usePreferredExtent:' false ) #'component:' @@ -177,11 +177,32 @@ ) #'handles:' #(#Any 0.5 1.0) ) - #(#UISubSpecification - #'name:' 'SubSpecification' - #'layout:' #(#LayoutFrame 2 0 -32 1 -2 1 -8 1) - #'majorKey:' #ToolApplicationModel - #'minorKey:' #windowSpecForCommitWithoutChannels + #(#HorizontalPanelViewSpec + #'name:' 'horizontalPanelView' + #'layout:' #(#LayoutFrame 0 0.0 -40 1 0 1.0 0 1.0) + #'component:' + #(#SpecCollection + #'collection:' + #( + #(#ActionButtonSpec + #'name:' 'actionButton2' + #'label:' 'Cancel' + #'model:' #cancel + #'extent:' #(#Point 99 24) + ) + #(#ActionButtonSpec + #'name:' 'actionButton1' + #'label:' 'OK' + #'model:' #accept + #'extent:' #(#Point 99 24) + ) + ) + ) + #'level:' 1 + #'horizontalLayout:' #center + #'verticalLayout:' #center + #'horizontalSpace:' 3 + #'verticalSpace:' 3 ) ) )