diff options
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/theme.c b/render/theme.c index 9cbb8ad8..eccc2c8a 100644 --- a/render/theme.c +++ b/render/theme.c @@ -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)) { |
