Code

Fix problem with GTK font size
authorjiho-sf <jiho-sf@users.sourceforge.net>
Mon, 18 May 2009 16:27:07 +0000 (16:27 +0000)
committerjiho-sf <jiho-sf@users.sourceforge.net>
Mon, 18 May 2009 16:27:07 +0000 (16:27 +0000)
Not specifying the font chooses a nice default but throws all kind of console messages. Choose 10.

packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc

index 954f370b64dc0bd343526aabcd501e58c7ea887b..531a6a56fb8e43641bf7f0a7ed39384eca360e04 100644 (file)
@@ -500,9 +500,8 @@ widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
 widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
 widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
 
-# Not specifying the font size chooses 10
 # OS X uses 11 but due to differences in font smoothing, 10 actually integrates better
-gtk-font-name="Lucida Grande"
+gtk-font-name="Lucida Grande 10"
 
 # icon sizes: 48, 32, 24 (tango=22), 16
 #