summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index f3425ba3..1ca7727f 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -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),