all repos — openbox @ 5941c924e809c7141e34154eaa23f11da8572e1e

openbox fork - make it a bit more like ryudo

80 cols
Dana Jansens danakj@orodu.net
commit

5941c924e809c7141e34154eaa23f11da8572e1e

parent

988c09638997c26821f43c19f0bbb161a20e681b

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/popup.copenbox/popup.c

@@ -167,7 +167,8 @@ w = self->w;

textw = w - (l+r + iconw + ob_rr_theme->padding * (self->hasicon ? 3 : 2)); } else - w = l+r + textw + iconw + ob_rr_theme->padding * (self->hasicon ? 3 : 2); + w = l+r + textw + iconw + ob_rr_theme->padding * + (self->hasicon ? 3 : 2); /* sanity checks to avoid crashes! */ if (w < 1) w = 1; if (h < 1) h = 1;