From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3630 invoked by alias); 25 Feb 2002 20:28:44 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 3429 invoked from network); 25 Feb 2002 20:28:40 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 25 Feb 2002 20:28:40 -0000 Received: from redhat.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA22800 for ; Mon, 25 Feb 2002 12:28:36 -0800 (PST) Message-ID: <3C7AB000.5921649F@redhat.com> Date: Mon, 25 Feb 2002 12:28:00 -0000 From: Ian Roxborough X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: insight@sources.redhat.com Subject: [RFA] Change Windows menu font. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q1/txt/msg00159.txt.bz2 Hi, this little patch makes the fonts in the menus consistant with the menu bars for MS-Windows. Ian. ChangeLog: 2002-02-25 Ian Roxborough * src/library/looknfeel.tcl (standard_look_and_feel): Hard code Windows menu font name to MS Sans Serif 8. Index: looknfeel.tcl =================================================================== RCS file: /cvs/src/src/libgui/library/looknfeel.tcl,v retrieving revision 1.3 diff -u -2 -r1.3 looknfeel.tcl --- looknfeel.tcl 2001/10/11 03:29:54 1.3 +++ looknfeel.tcl 2002/02/25 20:15:09 @@ -33,5 +33,5 @@ set actual(-slant) italic eval define_font global/italic [array get actual] - define_font global/menu -family windows-menu + define_font global/menu -family {MS Sans Serif} -size 8 } else { set size 12