summaryrefslogtreecommitdiffstats
path: root/demos/layout.tcl
diff options
context:
space:
mode:
authortreectrl <treectrl>2006-12-02 21:43:30 (GMT)
committertreectrl <treectrl>2006-12-02 21:43:30 (GMT)
commit164bb382bc7d505ff42383c2ab840fa7189d343b (patch)
treec1fcfd9a8790344fbedf4f2bbc255e2599112ad3 /demos/layout.tcl
parentc785d9471a933b7dce6f6d5a6843182ff4b789f4 (diff)
downloadtktreectrl-164bb382bc7d505ff42383c2ab840fa7189d343b.zip
tktreectrl-164bb382bc7d505ff42383c2ab840fa7189d343b.tar.gz
tktreectrl-164bb382bc7d505ff42383c2ab840fa7189d343b.tar.bz2
Use the new column option -itemjustify.
Diffstat (limited to 'demos/layout.tcl')
-rw-r--r--demos/layout.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/layout.tcl b/demos/layout.tcl
index ad058cc..08b56ab 100644
--- a/demos/layout.tcl
+++ b/demos/layout.tcl
@@ -1,4 +1,4 @@
-# RCS: @(#) $Id: layout.tcl,v 1.13 2006/11/30 02:41:38 treectrl Exp $
+# RCS: @(#) $Id: layout.tcl,v 1.14 2006/12/02 21:43:30 treectrl Exp $
#
# Demo: Layout
@@ -18,7 +18,7 @@ proc DemoLayout {} {
# Create columns
#
- $T column create -text Layout -tags C0
+ $T column create -text Layout -itemjustify left -justify center -tags C0
$T configure -treecolumn C0
#