ephoto: Changed gengrid align to 0.0, 0.0. Now ephoto looks like other

photo browser.


SVN revision: 66855
This commit is contained in:
Daniel Juyung Seo 2012-01-04 08:23:45 +00:00
parent c528efcbd4
commit 84d9855ac8
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,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.5, 0.5);
elm_gengrid_align_set(tb->grid, 0.0, 0.0);
elm_gengrid_bounce_set(tb->grid, EINA_FALSE, EINA_TRUE);
evas_object_size_hint_align_set
(tb->grid, EVAS_HINT_FILL, EVAS_HINT_FILL);