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