summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-06-23 17:41:39 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-06-23 17:49:44 -0400
commit4c589402910ca47d1fc4634287da36d51fb1cd9e (patch)
treec9e10a4744c2d819fef792b1aae2a4aab6c6b3f1
parentebfb925a11df9bfc2e90f2930f4f1d486cfd01fe (diff)
downloadenlightenment-4c589402910ca47d1fc4634287da36d51fb1cd9e.tar.gz
force horizontal orient for all gadget editors with orientation
vertical orient does not fit well into any list/grid widgets, not sure if this can be further improved yet
-rw-r--r--src/bin/e_gadget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_gadget.c b/src/bin/e_gadget.c
index 7cbdf154d4..a90946846d 100644
--- a/src/bin/e_gadget.c
+++ b/src/bin/e_gadget.c
@@ -2207,6 +2207,7 @@ e_gadget_editor_add(Evas_Object *parent, Evas_Object *site)
if (orient)
{
+ orient = E_GADGET_SITE_ORIENT_HORIZONTAL;
list = elm_genlist_add(parent);
elm_genlist_homogeneous_set(list, 1);
elm_genlist_mode_set(list, ELM_LIST_COMPRESS);