diff options
author | csaba <csaba> | 2022-12-14 16:20:44 (GMT) |
---|---|---|
committer | csaba <csaba> | 2022-12-14 16:20:44 (GMT) |
commit | 6376e6ec464042772405c5a2f814f94a96513597 (patch) | |
tree | 32fc067973f57b944676651ebd590b24747d641a /library/dialog.tcl | |
parent | 2c5f1eb07b0278d52c315f5bb82c2288005163b2 (diff) | |
download | tk-6376e6ec464042772405c5a2f814f94a96513597.zip tk-6376e6ec464042772405c5a2f814f94a96513597.tar.gz tk-6376e6ec464042772405c5a2f814f94a96513597.tar.bz2 |
Scaling-related changes in the Tk and Ttk library scripts ready for testing. No changes (yet) in the demo scripts.
Diffstat (limited to 'library/dialog.tcl')
-rw-r--r-- | library/dialog.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/dialog.tcl b/library/dialog.tcl index 8bf4e59..e011d70 100644 --- a/library/dialog.tcl +++ b/library/dialog.tcl @@ -117,7 +117,7 @@ proc ::tk_dialog {w title text bitmap default args} { if {$tmp eq "ok" || $tmp eq "cancel"} { grid columnconfigure $w.bot $i -minsize 90 } - grid configure $w.button$i -pady [::tk::ScaleNum 7] + grid configure $w.button$i -pady 7 } incr i } |