diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-05 16:50:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-05 16:50:46 +0000 |
| commit | 4e9a3becb48e0dd62723769996c2f8d808d227a6 (patch) | |
| tree | 591368227933fc6140923536de7b01ef9cb7a049 /openbox/popup.c | |
| parent | acf6273feba6a8d5a5a26b33e895715d6f78fb9e (diff) | |
make parentrelative raised labels look nice in popups
Diffstat (limited to 'openbox/popup.c')
| -rw-r--r-- | openbox/popup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/popup.c b/openbox/popup.c index 2fb275ca..a52a23db 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -202,10 +202,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; |
