From: yoz Date: Thu, 15 Dec 2011 11:54:21 +0000 (+0000) Subject: elementary: fix align in the photocam test X-Git-Tag: REL_F_I9500_20120323_1~17^2~1107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6e64f7f27c428ad319da1ee48f8c5dcdfbc8c7a;p=framework%2Fuifw%2Felementary.git elementary: fix align in the photocam test git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66253 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/test_photocam.c b/src/bin/test_photocam.c index 7bc8cef..8bac763 100644 --- a/src/bin/test_photocam.c +++ b/src/bin/test_photocam.c @@ -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);