summaryrefslogtreecommitdiffstats
path: root/demos/bitmaps.tcl
diff options
context:
space:
mode:
authortreectrl <treectrl>2003-01-02 02:24:08 (GMT)
committertreectrl <treectrl>2003-01-02 02:24:08 (GMT)
commit0a431c440c9fcd7ad76346915857845ad0726df5 (patch)
tree1239e1ef0833dcd694f322d10176b8d3aaf93997 /demos/bitmaps.tcl
parent0258f98d4b6bc495493a1dd12f26922d5edd7349 (diff)
downloadtktreectrl-0a431c440c9fcd7ad76346915857845ad0726df5.zip
tktreectrl-0a431c440c9fcd7ad76346915857845ad0726df5.tar.gz
tktreectrl-0a431c440c9fcd7ad76346915857845ad0726df5.tar.bz2
Big padx and pady patch.
Diffstat (limited to 'demos/bitmaps.tcl')
-rw-r--r--demos/bitmaps.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/bitmaps.tcl b/demos/bitmaps.tcl
index 36917af..9df6d8d 100644
--- a/demos/bitmaps.tcl
+++ b/demos/bitmaps.tcl
@@ -24,9 +24,9 @@ proc DemoBitmaps {} {
set S [$T style create STYLE -orient vertical]
$T style elements $S {elemSelBmp elemBmp elemSelTxt elemTxt}
$T style layout $S elemSelBmp -union elemBmp \
- -ipadn 6 -ipads 6 -ipadw 6 -ipade 6
- $T style layout $S elemBmp -pads 6 -expand we
- $T style layout $S elemSelTxt -union elemTxt -ipadw 2 -ipade 2
+ -ipadx 6 -ipady 6
+ $T style layout $S elemBmp -pady {0 6} -expand we
+ $T style layout $S elemSelTxt -union elemTxt -ipadx 2
$T style layout $S elemTxt -expand we
set bitmapNames [list error gray75 gray50 gray25 gray12 hourglass info \