summaryrefslogtreecommitdiffstats
path: root/library/ttk/fonts.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/ttk/fonts.tcl')
-rw-r--r--library/ttk/fonts.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/fonts.tcl b/library/ttk/fonts.tcl
index 2d4b58f..3b66c83 100644
--- a/library/ttk/fonts.tcl
+++ b/library/ttk/fonts.tcl
@@ -1,5 +1,5 @@
#
-# $Id: fonts.tcl,v 1.9 2007/10/30 02:33:09 hobbs Exp $
+# $Id: fonts.tcl,v 1.10 2007/10/30 16:29:55 hobbs Exp $
#
# Font specifications.
#
@@ -136,7 +136,7 @@ switch -- [tk windowingsystem] {
set F(size) -12
set F(ttsize) -10
set F(capsize) -14
- set F(fixedsize) -10
+ set F(fixedsize) -12
font configure TkDefaultFont -family $F(family) -size $F(size)
font configure TkTextFont -family $F(family) -size $F(size)