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 9cbb8ad..eccc2c8 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)) {