ephysics: let pages on top, not centered

suggested by marina



SVN revision: 78086
This commit is contained in:
Bruno Dilly 2012-10-16 23:12:34 +00:00
parent 647f74efd6
commit eb4860c6e1
1 changed files with 2 additions and 2 deletions

View File

@ -920,8 +920,8 @@ _scroller_box_add(Evas_Object *parent, Evas_Object *scbx)
evas_object_show(sc);
bx = elm_box_add(parent);
evas_object_size_hint_weight_set(bx, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(bx, EVAS_HINT_FILL, EVAS_HINT_FILL);
evas_object_size_hint_weight_set(bx, EVAS_HINT_EXPAND, 0);
evas_object_size_hint_align_set(bx, EVAS_HINT_FILL, 0);
evas_object_show(bx);
elm_object_content_set(sc, bx);