let the pager popup grow vertically
This commit is contained in:
parent
f969415426
commit
5a96dee756
1 changed files with 3 additions and 5 deletions
|
@ -169,11 +169,9 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text)
|
|||
|
||||
/* get the height, which is also used for the icon width */
|
||||
emptyy = t + b + ob_rr_theme->paddingy * 2;
|
||||
if (self->h) {
|
||||
h = self->h;
|
||||
texth = h - emptyy;
|
||||
} else
|
||||
h = texth * self->iconhm + emptyy;
|
||||
if (self->h)
|
||||
texth = self->h - emptyy;
|
||||
h = texth * self->iconhm + emptyy;
|
||||
|
||||
if (self->textw)
|
||||
textw = self->textw;
|
||||
|
|
Loading…
Reference in a new issue