I wonder how I managed to remove those before committing.

SVN revision: 53972
This commit is contained in:
Iván Briano 2010-10-28 17:46:47 +00:00
parent babe15679b
commit ab3b494248
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ test_layout(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
ly = elm_layout_add(win);
elm_layout_theme_set(ly, "layout", "application", "titlebar");
elm_layout_label_set(ly, "Some title");
evas_object_size_hint_weight_set(ly, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(ly, EVAS_HINT_FILL, EVAS_HINT_FILL);
elm_box_pack_end(box, ly);
evas_object_show(ly);