+1 in the wrong place meant bad decorations
This commit is contained in:
parent
7d164842e0
commit
fd2fe67592
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
|
|||
/* some elements are sized based of the width, so don't let them have
|
||||
negative values */
|
||||
self->width = MAX(self->width,
|
||||
(ob_rr_theme->grip_width + self->bwidth) * 2) + 1;
|
||||
(ob_rr_theme->grip_width + self->bwidth) * 2 + 1);
|
||||
|
||||
STRUT_SET(self->size,
|
||||
self->cbwidth_x + (!self->max_horz ? self->bwidth : 0),
|
||||
|
|
Loading…
Reference in a new issue