fix for variable sized border between titlebar and client
This commit is contained in:
parent
7472ed3557
commit
ef95323122
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
|
||||||
ob_rr_theme->title_height + self->bwidth,
|
ob_rr_theme->title_height + self->bwidth,
|
||||||
self->client->area.width +
|
self->client->area.width +
|
||||||
self->cbwidth_x * 2,
|
self->cbwidth_x * 2,
|
||||||
self->bwidth);
|
self->rbwidth);
|
||||||
|
|
||||||
XMapWindow(ob_display, self->titlebottom);
|
XMapWindow(ob_display, self->titlebottom);
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in a new issue