ibar: multiply size with scale

This fixes T4544.
This commit is contained in:
Marcel Hollerbach 2016-09-10 10:15:25 +02:00
parent edb895ee91
commit f97f8f61ac
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ _ibar_resize_handle(IBar *b)
if (b->inst->gcc->gadcon->shelf)
{
/* we are in a shelf */
ww = hh = b->inst->gcc->gadcon->shelf->cfg->size;
ww = hh = b->inst->gcc->gadcon->shelf->cfg->size * elm_config_scale_get();
}
else if (b->inst->gcc->max.w || b->inst->gcc->max.h)
{