make menu font smaller and !bold for now
This commit is contained in:
parent
0e28a07e3d
commit
9bd740cf71
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue