# HG changeset patch # User werner # Date 1081345542 -7200 # Node ID 99b4e6b55b752626635cb1de9b9c806f5a5dcada # Parent 691d1471cd3eed72cd72ef26e26132952ae65aac TBox changes diff -r 691d1471cd3e -r 99b4e6b55b75 UISelectionPanel.st --- a/UISelectionPanel.st Wed Apr 07 15:45:31 2004 +0200 +++ b/UISelectionPanel.st Wed Apr 07 15:45:42 2004 +0200 @@ -918,6 +918,20 @@ ) ) + + #(#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 + ) ) )