From 4c589402910ca47d1fc4634287da36d51fb1cd9e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 23 Jun 2017 17:41:39 -0400 Subject: [PATCH] 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 --- src/bin/e_gadget.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_gadget.c b/src/bin/e_gadget.c index 7cbdf154d..a90946846 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);