randr widget needs to set min size hint on calc

This commit is contained in:
Mike Blumenkrantz 2015-01-15 01:06:03 -05:00
parent f6fa99eb5f
commit a744ed8f36
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ e_smart_randr_virtual_size_calc(Evas_Object *obj)
/* set the grid size */
evas_object_grid_size_set(sd->o_grid, vw, vh);
evas_object_size_hint_min_set(obj, sd->vw / 10, sd->vh / 10);
}
void