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