From: Dana Jansens Date: Fri, 25 Apr 2003 17:50:08 +0000 (+0000) Subject: icons are not at +1 anymore X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=11b7764e5f357d0d93a25161e72bb746400797bd;p=chaz%2Fopenbox icons are not at +1 anymore --- diff --git a/openbox/framerender.c b/openbox/framerender.c index a149b1bb..71a75cf5 100644 --- a/openbox/framerender.c +++ b/openbox/framerender.c @@ -90,7 +90,7 @@ void framerender_frame(Frame *self) n->surface.data.planar.parent = t; n->surface.data.planar.parentx = self->icon_x; - n->surface.data.planar.parenty = theme_bevel + 1; + n->surface.data.planar.parenty = theme_bevel; i->surface.data.planar.parent = t; i->surface.data.planar.parentx = self->iconify_x;