summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/openbox/openbox.c b/engines/openbox/openbox.c
index 36e16411..cab29ea0 100644
--- a/engines/openbox/openbox.c
+++ b/engines/openbox/openbox.c
@@ -676,7 +676,7 @@ static void layout_title(ObFrame *self)
if (!n) break;
self->icon_x = x;
XMapWindow(ob_display, self->icon);
- XMoveWindow(ob_display, self->icon, x, sep + 1);
+ XMoveWindow(ob_display, self->icon, x, s_bevel + 1);
x += BUTTON_SIZE + sep;
break;
case 'D':