From 4bdd4e8909a7194448653515894a907ee0b94430 Mon Sep 17 00:00:00 2001 From: Michael BOUCHAUD Date: Thu, 15 Dec 2011 11:54:21 +0000 Subject: [PATCH] elementary: fix align in the photocam test SVN revision: 66253 --- legacy/elementary/src/bin/test_photocam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test_photocam.c b/legacy/elementary/src/bin/test_photocam.c index 7bc8ceffaa..8bac763956 100644 --- a/legacy/elementary/src/bin/test_photocam.c +++ b/legacy/elementary/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);