keep bryce starting size unscaled

This commit is contained in:
Mike Blumenkrantz 2016-11-09 11:20:51 -05:00
parent 4b9ed5cee9
commit 7911827a21
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ e_bryce_add(Evas_Object *parent, const char *name, E_Gadget_Site_Orient orient,
Bryce *b;
b = E_NEW(Bryce, 1);
b->size = e_scale * 48;
b->size = 48;
b->name = eina_stringshare_add(name);
b->anchor = an;
b->orient = orient;