diff options
author | hobbs <hobbs> | 2007-10-30 02:33:09 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-10-30 02:33:09 (GMT) |
commit | 6e229acdaf028fa9a07e41d4be93ca585de503d7 (patch) | |
tree | 1ab3ff6cfa5a8cf739596211ee9626ff08ef0d5e /library | |
parent | b8d5cb3dc1cfd00eed4e1b1e232251019a43f0b6 (diff) | |
download | tk-6e229acdaf028fa9a07e41d4be93ca585de503d7.zip tk-6e229acdaf028fa9a07e41d4be93ca585de503d7.tar.gz tk-6e229acdaf028fa9a07e41d4be93ca585de503d7.tar.bz2 |
use Monaco 11 (was 9) as Aqua TkFixedFont
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/fonts.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/fonts.tcl b/library/ttk/fonts.tcl index f99aaf3..2d4b58f 100644 --- a/library/ttk/fonts.tcl +++ b/library/ttk/fonts.tcl @@ -1,5 +1,5 @@ # -# $Id: fonts.tcl,v 1.8 2007/10/30 01:57:55 hobbs Exp $ +# $Id: fonts.tcl,v 1.9 2007/10/30 02:33:09 hobbs Exp $ # # Font specifications. # @@ -111,7 +111,7 @@ switch -- [tk windowingsystem] { set F(viewsize) 12 set F(smallsize) 11 set F(labelsize) 10 - set F(fixedsize) 9 + set F(fixedsize) 11 font configure TkDefaultFont -family $F(family) -size $F(size) font configure TkTextFont -family $F(family) -size $F(size) |