use width for height mode in genlist 4

SVN revision: 60175
This commit is contained in:
Carsten Haitzler 2011-06-10 06:18:56 +00:00
parent 88b6d94a8e
commit 1e062e2b30
1 changed files with 1 additions and 0 deletions

View File

@ -722,6 +722,7 @@ test_genlist4(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in
evas_object_show(bx);
gl = elm_genlist_add(win);
elm_genlist_height_for_width_mode_set(gl, EINA_TRUE);
elm_genlist_multi_select_set(gl, 1);
evas_object_size_hint_align_set(gl, EVAS_HINT_FILL, EVAS_HINT_FILL);
evas_object_size_hint_weight_set(gl, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);