]> Dogcows Code - chaz/openbox/commitdiff
make menu font smaller and !bold for now
authorDana Jansens <danakj@orodu.net>
Tue, 15 Apr 2003 18:30:20 +0000 (18:30 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 15 Apr 2003 18:30:20 +0000 (18:30 +0000)
render/theme.c

index 9cbb8ad84516dbd46cee5854e5445c49d4ae310c..eccc2c8a7dc80dcb96786c40e9e2f6aa4dc3f700 100644 (file)
@@ -568,7 +568,7 @@ char *theme_load(char *theme)
         g_free(str);
     }
 
-    font_str = "arial-10:bold";
+    font_str = "arial-8";
 
     theme_mfont_shadow = FALSE;
     if (read_string(db, "menu.frame.xft.flags", &str)) {
This page took 0.027688 seconds and 4 git commands to generate.