summaryrefslogtreecommitdiffstats
path: root/library/dialog.tcl
diff options
context:
space:
mode:
authorcsaba <csaba>2022-12-14 16:20:44 (GMT)
committercsaba <csaba>2022-12-14 16:20:44 (GMT)
commit6376e6ec464042772405c5a2f814f94a96513597 (patch)
tree32fc067973f57b944676651ebd590b24747d641a /library/dialog.tcl
parent2c5f1eb07b0278d52c315f5bb82c2288005163b2 (diff)
downloadtk-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.tcl2
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
}