]> Dogcows Code - chaz/openbox/commitdiff
make the shadow offset 1
authorDana Jansens <danakj@orodu.net>
Sat, 22 Mar 2003 04:27:12 +0000 (04:27 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 22 Mar 2003 04:27:12 +0000 (04:27 +0000)
engines/openbox/theme.c

index 4fc859dacbc109412e6b97502f04103479301c2a..b1e3a98acac229765c9ab92aef15d18f87b8c6c1 100644 (file)
@@ -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);
This page took 0.025962 seconds and 4 git commands to generate.