clouseau: No more compress mode. Now we can scroll genlist horizontally.

SVN revision: 76363
This commit is contained in:
Daniel Juyung Seo 2012-09-10 01:36:02 +00:00
parent 03d9eab42c
commit abb3ee0c06
2 changed files with 0 additions and 2 deletions

View File

@ -1758,7 +1758,6 @@ elm_main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
{
gui->gl = elm_genlist_add(panes);
elm_genlist_select_mode_set(gui->gl, ELM_OBJECT_SELECT_MODE_ALWAYS);
elm_genlist_mode_set(gui->gl, ELM_LIST_COMPRESS);
evas_object_size_hint_align_set(gui->gl,
EVAS_HINT_FILL, EVAS_HINT_FILL);
evas_object_size_hint_weight_set(gui->gl,

View File

@ -76,7 +76,6 @@ EAPI Evas_Object *
clouseau_object_information_list_add(Evas_Object *parent)
{
prop_list = elm_genlist_add(parent);
elm_genlist_mode_set(prop_list, ELM_LIST_COMPRESS);
itc.item_style = "default";
itc.func.text_get = item_text_get;
itc.func.content_get = item_icon_get;