elementary: fix align in the photocam test

SVN revision: 66253
This commit is contained in:
Michael BOUCHAUD 2011-12-15 11:54:21 +00:00
parent 60bcae3b4a
commit 4bdd4e8909
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ test_photocam(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in
box = elm_box_add(win);
elm_box_horizontal_set(box, EINA_TRUE);
evas_object_size_hint_weight_set(box, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(bt, 0.9, 0.9);
evas_object_size_hint_align_set(box, 0.9, 0.9);
elm_table_pack(tb2, box, 2, 2, 1, 1);
bt = elm_button_add(win);