X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fpopup.c;h=77f751fcf888ba77be89c7b2facaf4c359906c1f;hb=7a6a516b8e3d8ad6b15379eabf6652a6f43eab27;hp=2fb275cafaffe2f5737448b9ed6c75dc9a93b2ff;hpb=acf6273feba6a8d5a5a26b33e895715d6f78fb9e;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index 2fb275ca..77f751fc 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -185,7 +185,6 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text) if (self->textw) textw = self->textw; - else iconx = textx = l + ob_rr_theme->paddingx; @@ -202,10 +201,10 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text) texty = (h - texth - emptyy) / 2 + t + ob_rr_theme->paddingy; icony = (h - iconh - emptyy) / 2 + t + ob_rr_theme->paddingy; - /* when there is no icon and the text is not parent relative, then - fill the whole dialog with the text appearance, don't use the bg at all + /* when there is no icon, then fill the whole dialog with the text + appearance */ - if (!(self->hasicon || self->a_text->surface.grad == RR_SURFACE_PARENTREL)) + if (!self->hasicon) { textx = texty = 0; texth += emptyy;