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);