replaced one too many bevels

This commit is contained in:
Dana Jansens 2003-03-17 01:32:29 +00:00
parent 9dc2a9171c
commit 5270b1dd10

View file

@ -676,7 +676,7 @@ static void layout_title(ObFrame *self)
if (!n) break; if (!n) break;
self->icon_x = x; self->icon_x = x;
XMapWindow(ob_display, self->icon); 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; x += BUTTON_SIZE + sep;
break; break;
case 'D': case 'D':