From 03c3895f685563a14d2471b60e62b1d16cf1feb9 Mon Sep 17 00:00:00 2001 From: das Date: Fri, 9 Nov 2007 07:08:51 +0000 Subject: Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 --- library/console.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/console.tcl b/library/console.tcl index 540fc3c..4687b4f 100644 --- a/library/console.tcl +++ b/library/console.tcl @@ -4,7 +4,7 @@ # can be used by non-unix systems that do not have built-in support # for shells. # -# RCS: @(#) $Id: console.tcl,v 1.22.2.6 2007/11/09 06:26:54 das Exp $ +# RCS: @(#) $Id: console.tcl,v 1.22.2.7 2007/11/09 07:08:51 das Exp $ # # Copyright (c) 1995-1997 Sun Microsystems, Inc. # Copyright (c) 1998-2000 Ajuba Solutions. @@ -113,7 +113,7 @@ proc ::tk::ConsoleInit {} { } "unix" { if {[tk windowingsystem] eq "aqua"} { - $con configure -font {Monaco 9 normal} -highlightthickness 0 + $con configure -font {Monaco 10 normal} -highlightthickness 0 } } } -- cgit v0.12