diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-01-15 16:06:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-01-15 16:06:18 (GMT) |
commit | 82a83e55c5f93ae3e6545f829f98c828fefa3c5b (patch) | |
tree | aff9b47194677ca3fe501b1d9d1f88f5a9236455 /tests/butGeom2.tcl | |
parent | 03734119e407f4bcced1a69bb30f1032fb83b222 (diff) | |
download | tk-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.tcl | 2 |
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" |