From 0a9ef7591fdfe3679ac823a42accf97dc1b74d68 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 22 Mar 2003 04:27:12 +0000 Subject: [PATCH] make the shadow offset 1 --- engines/openbox/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/openbox/theme.c b/engines/openbox/theme.c index 4fc859da..b1e3a98a 100644 --- a/engines/openbox/theme.c +++ b/engines/openbox/theme.c @@ -269,7 +269,7 @@ gboolean load() /* load the font, not from the theme file tho, its in themerc_font */ s_winfont_shadow = 1; /* XXX read from themrc */ - s_winfont_shadow_offset = 2; /* XXX read from themerc */ + s_winfont_shadow_offset = 1; /* XXX read from themerc */ s_winfont = font_open(themerc_font); s_winfont_height = font_height(s_winfont, s_winfont_shadow, s_winfont_shadow_offset); -- 2.39.2