summaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-22 04:27:12 +0000
committerDana Jansens <danakj@orodu.net>2003-03-22 04:27:12 +0000
commit0a9ef7591fdfe3679ac823a42accf97dc1b74d68 (patch)
tree9587d235379d2d8a202790b557335038f9bdff1d /engines
parent78aa056eeb1dc2900cc18b8f8c6baabf453fd370 (diff)
make the shadow offset 1
Diffstat (limited to 'engines')
-rw-r--r--engines/openbox/theme.c2
1 files changed, 1 insertions, 1 deletions
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);