summaryrefslogtreecommitdiffstats
path: root/library/demos/states.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/states.tcl')
-rw-r--r--library/demos/states.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/demos/states.tcl b/library/demos/states.tcl
index 4e14fd5..e25ee81 100644
--- a/library/demos/states.tcl
+++ b/library/demos/states.tcl
@@ -23,9 +23,9 @@ labelframe $w.justif -text Justification
foreach c {Left Center Right} {
set lower [string tolower $c]
radiobutton $w.justif.$lower -text $c -variable just \
- -relief flat -value $lower -anchor w \
- -command "$w.frame.list configure -justify \$just" \
- -tristatevalue "multi"
+ -relief flat -value $lower -anchor w \
+ -command "$w.frame.list configure -justify \$just" \
+ -tristatevalue "multi"
pack $w.justif.$lower -side left -pady 1.5p -fill x
}
pack $w.justif