From baa236094f410c8b7eacc3f03af5c74eefb2231b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Aug 2003 16:57:59 +0000 Subject: [PATCH] nevermind --- render/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/theme.c b/render/theme.c index a1f4b557..71770f83 100644 --- a/render/theme.c +++ b/render/theme.c @@ -88,7 +88,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name) /* load the font stuff */ if (!read_string(db, "window.focus.font", &font_str)) - font_str = "arial,sans:bold:pixelsize=9:shadow=y:shadowtint=50"; + font_str = "arial,sans:bold:pixelsize=10:shadow=y:shadowtint=50"; if (!(theme->winfont_focused = RrFontOpen(inst, font_str))) { RrThemeFree(theme); -- 2.39.2