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.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/style.tcl b/library/demos/style.tcl
index a529a03..80b78f3 100644
--- a/library/demos/style.tcl
+++ b/library/demos/style.tcl
@@ -52,8 +52,8 @@ if {[winfo depth $w] > 1} {
$w.text tag configure bgstipple -background black -borderwidth 0 \
-bgstipple gray12
$w.text tag configure fgstipple -fgstipple gray50
-$w.text tag configure underline -underline on
-$w.text tag configure overstrike -overstrike on
+$w.text tag configure underline -underline 1
+$w.text tag configure overstrike -overstrike 1
$w.text tag configure right -justify right
$w.text tag configure center -justify center
$w.text tag configure super -offset 4p -font "$family 10"