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
This commit is contained in:
Bruno Dilly 2012-08-22 20:01:47 +00:00
parent cdb21f616a
commit ea03dc356c
1 changed files with 1 additions and 1 deletions

View File

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