aboutsummaryrefslogtreecommitdiff
path: root/demos/rotation.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/rotation.tcl')
-rw-r--r--demos/rotation.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/rotation.tcl b/demos/rotation.tcl
index 488397d..feb899f 100644
--- a/demos/rotation.tcl
+++ b/demos/rotation.tcl
@@ -13,7 +13,7 @@ toplevel $w
wm title $w "Zinc Rotation Demonstration"
wm iconname $w Rotation
-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