From ad46d041a8614b9383e797b679c60ca2ded5354c Mon Sep 17 00:00:00 2001 From: Stephen 'Okra' Houston Date: Wed, 23 Aug 2017 09:55:59 -0500 Subject: Gadgets: Don't set gadgets to expand. --- src/modules/sysinfo/thermal/thermal.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/sysinfo/thermal/thermal.c') diff --git a/src/modules/sysinfo/thermal/thermal.c b/src/modules/sysinfo/thermal/thermal.c index a63e8a999e..884f058cc4 100644 --- a/src/modules/sysinfo/thermal/thermal.c +++ b/src/modules/sysinfo/thermal/thermal.c @@ -478,7 +478,6 @@ thermal_create(Evas_Object *parent, int *id, E_Gadget_Site_Orient orient EINA_UN inst->cfg = _conf_item_get(id); *id = inst->cfg->id; inst->o_main = elm_box_add(parent); - E_EXPAND(inst->o_main); evas_object_data_set(inst->o_main, "Instance", inst); evas_object_smart_callback_add(parent, "gadget_created", _thermal_created_cb, inst); evas_object_smart_callback_add(parent, "gadget_removed", _thermal_removed_cb, inst); -- cgit v1.2.1