summaryrefslogtreecommitdiffstats
path: root/tests/butGeom2.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-01-15 16:06:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-01-15 16:06:18 (GMT)
commit82a83e55c5f93ae3e6545f829f98c828fefa3c5b (patch)
treeaff9b47194677ca3fe501b1d9d1f88f5a9236455 /tests/butGeom2.tcl
parent03734119e407f4bcced1a69bb30f1032fb83b222 (diff)
downloadtk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.zip
tk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.tar.gz
tk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.tar.bz2
remove some unnecessary eol-spacing
Diffstat (limited to 'tests/butGeom2.tcl')
-rw-r--r--tests/butGeom2.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/butGeom2.tcl b/tests/butGeom2.tcl
index 96ff209..096225c 100644
--- a/tests/butGeom2.tcl
+++ b/tests/butGeom2.tcl
@@ -35,7 +35,7 @@ pack .t.anchorLabel .t.control.left.f -in .t.control.left -side top -anchor w
foreach opt {activebackground activeforeground background disabledforeground foreground highlightbackground highlightcolor } {
#button .t.color-$opt -text $opt -command "config -$opt \[tk_chooseColor]"
menubutton .t.color-$opt -text $opt -menu .t.color-$opt.m -indicatoron 1 \
- -relief raised -bd 2
+ -relief raised -bd 2
menu .t.color-$opt.m -tearoff 0
.t.color-$opt.m add command -label Red -command "config -$opt red"
.t.color-$opt.m add command -label Green -command "config -$opt green"