make menu font smaller and !bold for now

This commit is contained in:
Dana Jansens 2003-04-15 18:30:20 +00:00
parent 0e28a07e3d
commit 9bd740cf71

View 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)) {