# HG changeset patch # User werner # Date 1081347843 -7200 # Node ID f5ba45d3d70ac2481376561d6b3c37548aa8c39a # Parent 78a5cf39dc0e5b3ced89b6988fafa3dd1e1e6945 +TBox diff -r 78a5cf39dc0e -r f5ba45d3d70a UISelectionPanel.st --- a/UISelectionPanel.st Wed Apr 07 16:23:48 2004 +0200 +++ b/UISelectionPanel.st Wed Apr 07 16:24:03 2004 +0200 @@ -697,14 +697,27 @@ label: 'Groups' name: 'Groups' min: (Point 10 10) - bounds: (Rectangle 14 46 457 268) + bounds: (Rectangle 0 0 443 222) ) component: (SpecCollection collection: ( (ViewSpec name: 'Box' - layout: (LayoutFrame 3 0 3 0 208 0 98 0) + layout: (LayoutFrame 3 0 3 0 95 0 95 0) + ) + (TransparentBoxSpec + name: 'TBox1' + layout: (LayoutFrame 113 0 3 0 204 0 95 0) + ) + (LabelSpec + label: 'TransparentBox' + name: 'Label1' + layout: (AlignmentOrigin 106 0 5 0 0 0) + style: (FontDescription helvetica medium roman 10) + resizeForLabel: true + adjust: left + canUIDrag: false ) (LabelSpec label: 'Box' @@ -732,15 +745,15 @@ (LabelSpec label: 'A' name: 'label4' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) canUIDrag: false ) (LabelSpec label: 'B' name: 'label5' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) canUIDrag: false ) ) @@ -757,15 +770,15 @@ (LabelSpec label: 'A' name: 'label9' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) canUIDrag: false ) (LabelSpec label: 'B' name: 'label10' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) canUIDrag: false ) ) @@ -801,24 +814,24 @@ (LabelSpec label: 'A' name: 'label1' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) (LabelSpec label: 'B' name: 'label2' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) (LabelSpec label: 'C' name: 'label3' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) @@ -839,24 +852,24 @@ (LabelSpec label: 'A' name: 'label6' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) (LabelSpec label: 'B' name: 'label7' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) (LabelSpec label: 'C' name: 'label8' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) @@ -877,40 +890,40 @@ (LabelSpec label: 'A' name: 'label11' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) (LabelSpec label: 'B' name: 'label12' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) (LabelSpec label: 'C' name: 'label13' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) (LabelSpec label: 'D' name: 'label14' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) (LabelSpec label: 'E' name: 'label15' + style: (FontDescription helvetica medium roman 12) level: 2 - style: (FontDescription helvetica medium roman 12) extent: (Point 23 23) canUIDrag: false ) @@ -918,20 +931,6 @@ ) ) - - #(#TransparentBoxSpec - #name: 'TBox1' - #layout: #(#LayoutFrame 108 0 2 0 189 0 97 0) - ) - #(#LabelSpec - #label: 'TransparentBox' - #name: 'Label1' - #layout: #(#LayoutFrame 96 0 6 0 123 0 21 0) - #style: #(#FontDescription #helvetica #medium #roman 10) - #resizeForLabel: true - #adjust: #left - #canUIDrag: false - ) ) )