make parentrelative raised labels look nice in popups
This commit is contained in:
parent
acf6273feb
commit
4e9a3becb4
1 changed files with 3 additions and 3 deletions
|
@ -202,10 +202,10 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text)
|
||||||
texty = (h - texth - emptyy) / 2 + t + ob_rr_theme->paddingy;
|
texty = (h - texth - emptyy) / 2 + t + ob_rr_theme->paddingy;
|
||||||
icony = (h - iconh - 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
|
/* when there is no icon, then fill the whole dialog with the text
|
||||||
fill the whole dialog with the text appearance, don't use the bg at all
|
appearance
|
||||||
*/
|
*/
|
||||||
if (!(self->hasicon || self->a_text->surface.grad == RR_SURFACE_PARENTREL))
|
if (!self->hasicon)
|
||||||
{
|
{
|
||||||
textx = texty = 0;
|
textx = texty = 0;
|
||||||
texth += emptyy;
|
texth += emptyy;
|
||||||
|
|
Loading…
Reference in a new issue