summaryrefslogtreecommitdiff
path: root/src/modules/sysinfo/thermal/thermal.c
diff options
context:
space:
mode:
authorStephen 'Okra' Houston <smhouston88@gmail.com>2017-08-23 09:55:59 -0500
committerStephen 'Okra' Houston <smhouston88@gmail.com>2017-08-23 09:55:59 -0500
commitad46d041a8614b9383e797b679c60ca2ded5354c (patch)
treeb831efab2d95640b65177f21642c9cd843b929da /src/modules/sysinfo/thermal/thermal.c
parent638ffe58538478ede9f9000db370ec5e853635e8 (diff)
downloadenlightenment-ad46d041a8614b9383e797b679c60ca2ded5354c.tar.gz
Gadgets: Don't set gadgets to expand.
Diffstat (limited to 'src/modules/sysinfo/thermal/thermal.c')
-rw-r--r--src/modules/sysinfo/thermal/thermal.c1
1 files changed, 0 insertions, 1 deletions
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);