summaryrefslogtreecommitdiffstats
path: root/demos/mailwasher.tcl
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-07-10 22:32:16 (GMT)
committertreectrl <treectrl>2005-07-10 22:32:16 (GMT)
commit6af25d7331856a02403dc93b0d0d9bc9af165798 (patch)
tree61d7b233662b3fb232014873cf85aa0f70ba1e92 /demos/mailwasher.tcl
parente46bbc03774def690af68ab5840c9272bf4af008 (diff)
downloadtktreectrl-6af25d7331856a02403dc93b0d0d9bc9af165798.zip
tktreectrl-6af25d7331856a02403dc93b0d0d9bc9af165798.tar.gz
tktreectrl-6af25d7331856a02403dc93b0d0d9bc9af165798.tar.bz2
Got rid of the weird -arrowpax padding in the Received column.
Diffstat (limited to 'demos/mailwasher.tcl')
-rw-r--r--demos/mailwasher.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mailwasher.tcl b/demos/mailwasher.tcl
index ef03c37..435f8e8 100644
--- a/demos/mailwasher.tcl
+++ b/demos/mailwasher.tcl
@@ -31,7 +31,7 @@ proc DemoMailWasher {} {
$T column create -text Size -width 40 -textpadx $pad -justify right -tag size
$T column create -text From -width 140 -textpadx $pad -tag from
$T column create -text Subject -width 240 -textpadx $pad -tag subject
- $T column create -text Received -textpadx $pad -arrow up -arrowpadx {4 0} -tag received
+ $T column create -text Received -textpadx $pad -arrow up -tag received
$T column create -text Attachments -textpadx $pad -tag attachments
$T state define CHECK