]> Dogcows Code - chaz/openbox/commitdiff
make the default fonts bold cuz bold looks better everywhere except in the menus...
authorDana Jansens <danakj@orodu.net>
Sun, 20 May 2007 23:00:56 +0000 (23:00 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 20 May 2007 23:00:56 +0000 (23:00 +0000)
render/render.h

index ac1deb4b0bf3ab8e32ce8e21b4a02c27ba2424dd..982ce12ca79d61fb43087aceaa774d59d5ac61c4 100644 (file)
@@ -195,7 +195,7 @@ struct _RrAppearance {
 
 #define RrDefaultFontFamily       "arial,sans"
 #define RrDefaultFontSize         8
-#define RrDefaultFontWeight       RR_FONTWEIGHT_NORMAL
+#define RrDefaultFontWeight       RR_FONTWEIGHT_BOLD
 #define RrDefaultFontSlant        RR_FONTSLANT_NORMAL
 
 RrInstance* RrInstanceNew (Display *display, gint screen);
This page took 0.024514 seconds and 4 git commands to generate.