test_genlist: Fixed wrong frame title in the genlist focus test.

Test Plan: elementary_test -> genlist focus

Reviewers: Hermet

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1479
This commit is contained in:
Daniel Juyung Seo 2014-09-24 02:10:55 +09:00
parent 96f6457fe6
commit e072f17b5a
1 changed files with 2 additions and 2 deletions

View File

@ -4463,9 +4463,9 @@ _test_genlist_focus_option_panel_create(Evas_Object *win, Evas_Object *bx,
elm_box_pack_end(bx_mv, rd);
evas_object_show(rd);
// Focus/Selection
// Options
fr = elm_frame_add(bx);
elm_object_text_set(fr, "Focus/Selection");
elm_object_text_set(fr, "Options");
evas_object_size_hint_weight_set(fr, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(fr, EVAS_HINT_FILL, EVAS_HINT_FILL);
elm_box_pack_end(bx, fr);