From 9bd740cf71ec591a9ec23d5b1729449f22fcf4b1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 Apr 2003 18:30:20 +0000 Subject: [PATCH] make menu font smaller and !bold for now --- render/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.2