From ea03dc356c8e2c520842feff9b693b95723f268b Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Wed, 22 Aug 2012 20:01:47 +0000 Subject: [PATCH] ephoto: Changed gengrid align to 0.5, 0.0. Now ephoto doesn't looks like other photo browsers. OK, it's a joke, but I don't see why we shouldn't centralize it just to make it looks like other photo browsers. Maybe their toolkits don't support it, =D I will centralize the single browser too, as soon as I can. SVN revision: 75561 --- src/bin/ephoto_thumb_browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index 08b16a1..3f3483f 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -546,7 +546,7 @@ ephoto_thumb_browser_add(Ephoto *ephoto, Evas_Object *parent) (tb->grid, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(tb->grid, EVAS_HINT_FILL, EVAS_HINT_FILL); - elm_gengrid_align_set(tb->grid, 0.0, 0.0); + elm_gengrid_align_set(tb->grid, 0.5, 0.0); elm_scroller_bounce_set(tb->grid, EINA_FALSE, EINA_TRUE); evas_object_size_hint_align_set (tb->grid, EVAS_HINT_FILL, EVAS_HINT_FILL);