summaryrefslogtreecommitdiffstats
path: root/library/demos/style.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/style.tcl')
-rw-r--r--library/demos/style.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/style.tcl b/library/demos/style.tcl
index 614ea1f..a529a03 100644
--- a/library/demos/style.tcl
+++ b/library/demos/style.tcl
@@ -26,7 +26,7 @@ set family Courier
text $w.text -yscrollcommand "$w.scroll set" -setgrid true \
-width 70 -height 32 -wrap word -font "$family 12"
-scrollbar $w.scroll -command "$w.text yview"
+ttk::scrollbar $w.scroll -command "$w.text yview"
pack $w.scroll -side right -fill y
pack $w.text -expand yes -fill both