do not set aspect on luncher grid gadgets

this is not a 1:1 gadget, it automatically fills whatever size the gadget
has allotted and performs layout optimally based on that size
This commit is contained in:
Mike Blumenkrantz 2016-12-12 11:55:10 -05:00
parent 15c0d46050
commit 179979ccb0
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ _grid_aspect(Instance *inst)
{
Evas_Coord w, h, square, size;
evas_object_size_hint_aspect_set(inst->o_main, EVAS_ASPECT_CONTROL_BOTH, 1, 1);
if (!eina_list_count(inst->icons))
return;
evas_object_geometry_get(inst->o_main, 0, 0, &w, &h);