summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 01:32:29 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 01:32:29 +0000
commit5270b1dd1030555cacb2b4f2c92b864965868206 (patch)
tree9a80c66cc1c7bc6107a238cdded55f8e2966d617
parent9dc2a9171cb4d7c9ff62342808686b1c96735194 (diff)
replaced one too many bevels
-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':