aboutsummaryrefslogtreecommitdiff
path: root/demos/transforms.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/transforms.tcl')
-rw-r--r--demos/transforms.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/transforms.tcl b/demos/transforms.tcl
index 04ef251..be0273e 100644
--- a/demos/transforms.tcl
+++ b/demos/transforms.tcl
@@ -17,7 +17,7 @@ toplevel $w
wm title $w "Zinc Transformation Demonstration"
wm iconname $w Transformation
-set defaultfont "-adobe-helvetica-bold-r-normal-*-120-*-*-*-*-*-*"
+set defaultfont [font create -family Helvetica -size 10 -weight bold]
frame $w.buttons
pack $w.buttons -side bottom -fill x -pady 2m