rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=8f7d342398915073ec1523e2c64434ac2a8d740e

commit 8f7d342398915073ec1523e2c64434ac2a8d740e
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Dec 3 16:30:07 2015 +0200

    group_navigator: homogeneous is cool
    
    Genlist calculate the scrolbar size very fast if homogeneous is
    enabled.
    
    Change-Id: I2716d624ff9bf7cee81c9eed1b43e046ee119d74
---
 src/bin/ui/group_navigator.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/group_navigator.c b/src/bin/ui/group_navigator.c
index 07e2362..a3cf1b6 100644
--- a/src/bin/ui/group_navigator.c
+++ b/src/bin/ui/group_navigator.c
@@ -1153,6 +1153,7 @@ group_navigator_add(Group *group)
 
 
    pl->genlist = elm_genlist_add(pl->layout);
+   elm_genlist_homogeneous_set(pl->layout, true);
    elm_scroller_policy_set(pl->genlist, ELM_SCROLLER_POLICY_OFF, 
ELM_SCROLLER_POLICY_AUTO);
    evas_object_show(pl->genlist);
    elm_object_content_set(pl->layout, pl->genlist);

-- 


Reply via email to