diff options
Diffstat (limited to 'library/demos/button.tcl')
-rw-r--r-- | library/demos/button.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/button.tcl b/library/demos/button.tcl index bb943e6..0169c2a 100644 --- a/library/demos/button.tcl +++ b/library/demos/button.tcl @@ -44,4 +44,4 @@ button $w.b3 -text "Sea Green" -width 10 \ -command [list colorrefresh $w SeaGreen2] button $w.b4 -text "Yellow" -width 10 \ -command [list colorrefresh $w Yellow1] -pack $w.b1 $w.b2 $w.b3 $w.b4 -side top -expand yes -pady 2 +pack $w.b1 $w.b2 $w.b3 $w.b4 -side top -expand yes -pady 1.5p |