# HG changeset patch # User Claus Gittinger # Date 1008350648 -3600 # Node ID 345226e6e7d2379305918d18e9a4ab9c206eb20d # Parent dae6daf3b5664af954770121bb6cb011a556fb7b NON-foo is written without an 'E' ! diff -r dae6daf3b566 -r 345226e6e7d2 UISelectionPanel.st --- a/UISelectionPanel.st Fri Dec 14 11:45:23 2001 +0100 +++ b/UISelectionPanel.st Fri Dec 14 18:24:08 2001 +0100 @@ -514,7 +514,7 @@ #name: 'Misc' #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 74 387 516 610) + #bounds: #(#Rectangle 652 287 1094 510) ) #component: #(#SpecCollection @@ -534,9 +534,18 @@ #canUIDrag: false ) #(#LabelSpec - #label: 'Arbitrary-Component' + #label: 'Arbitrary-' #name: 'ScrollableArbitraryLabel2' - #layout: #(#AlignmentOrigin 7 0 22 0 0 0) + #layout: #(#AlignmentOrigin 7 0 23 0 0 0) + #style: #(#FontDescription #helvetica #medium #roman 10) + #resizeForLabel: true + #adjust: #left + #canUIDrag: false + ) + #(#LabelSpec + #label: 'Component' + #name: 'ScrollableArbitraryLabel3' + #layout: #(#AlignmentOrigin 7 0 39 0 0 0) #style: #(#FontDescription #helvetica #medium #roman 10) #resizeForLabel: true #adjust: #left @@ -570,12 +579,12 @@ #canUIDrag: false ) #(#NonScrollableArbitraryComponentSpec - #name: 'None-Srollable Arbitrary Component' + #name: 'NonSrollable Arbitrary Component' #layout: #(#LayoutFrame 3 0 120 0 128 0 221 0) ) #(#LabelSpec - #label: 'None Scrollable' - #name: 'NoneScrollableArbitraryLabel1' + #label: 'NonScrollable' + #name: 'NonScrollableArbitraryLabel1' #layout: #(#AlignmentOrigin 7 0 124 0 0 0) #style: #(#FontDescription #helvetica #medium #roman 10) #resizeForLabel: true @@ -583,9 +592,18 @@ #canUIDrag: false ) #(#LabelSpec - #label: 'Arbitrary-Component' - #name: 'NoneScrollableArbitraryLabel2' - #layout: #(#AlignmentOrigin 7 0 139 0 0 0) + #label: 'Arbitrary-' + #name: 'NonScrollableArbitraryLabel2' + #layout: #(#AlignmentOrigin 7 0 140 0 0 0) + #style: #(#FontDescription #helvetica #medium #roman 10) + #resizeForLabel: true + #adjust: #left + #canUIDrag: false + ) + #(#LabelSpec + #label: 'Component' + #name: 'NonScrollableArbitraryLabel3' + #layout: #(#AlignmentOrigin 7 0 156 0 0 0) #style: #(#FontDescription #helvetica #medium #roman 10) #resizeForLabel: true #adjust: #left