all repos — openbox @ 11b7764e5f357d0d93a25161e72bb746400797bd

openbox fork - make it a bit more like ryudo

icons are not at +1 anymore
Dana Jansens danakj@orodu.net
commit

11b7764e5f357d0d93a25161e72bb746400797bd

parent

019c779f7d3c2143ed6afe78b13f08387af3a2a2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/framerender.copenbox/framerender.c

@@ -90,7 +90,7 @@ m->surface.data.planar.parenty = theme_bevel + 1;

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;