X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fframe.c;h=5fd3671480e5c08b1e4991787b47b4b8d1c25367;hb=6ff520d02ad3091c7e32a3cfc11fe8d3cb9b042f;hp=1f45ea8b145217d7d72beaf8c8232dde8e0c1325;hpb=da2295878691d876abf89b6e33d817386e46059a;p=chaz%2Fopenbox diff --git a/openbox/frame.c b/openbox/frame.c index 1f45ea8b..5fd36714 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -728,9 +728,9 @@ static void layout_title(ObFrame *self) } else if (*lc == 'N') { if (firstcon) *firstcon = OB_FRAME_CONTEXT_ICON; if ((self->icon_on = is_button_present(self, lc, i))) { - /* icon gets extra padding */ + /* icon is bigger than buttons */ self->label_width -= bwidth + 2; - self->icon_x = x + (i * 1); + self->icon_x = x; x += i * (bwidth + 2); } } else if (*lc == 'D') {