public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [RFA] Change Windows menu font.
@ 2002-02-25 12:28 Ian Roxborough
  2002-02-25 13:05 ` Keith Seitz
  0 siblings, 1 reply; 8+ messages in thread
From: Ian Roxborough @ 2002-02-25 12:28 UTC (permalink / raw)
  To: insight


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  <irox@redhat.com>

        * 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-02-26  1:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-25 12:28 [RFA] Change Windows menu font Ian Roxborough
2002-02-25 13:05 ` Keith Seitz
2002-02-25 16:10   ` Ian Roxborough
2002-02-25 16:38     ` Keith Seitz
2002-02-25 16:47       ` Ian Roxborough
2002-02-25 16:49         ` Keith Seitz
2002-02-25 17:42           ` Ian Roxborough
2002-02-25 17:17       ` Syd Polk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).