elm_box: inappropriate size_hint_align value usage fix
authorAndrii Kroitor <an.kroitor@samsung.com>
Wed, 12 Nov 2014 15:14:57 +0000 (00:14 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 13 Nov 2014 13:38:53 +0000 (22:38 +0900)
commit9b697c1452bcf0a76a2693d16c8fd4d533579d4c
tree7745b7555bae216462df0150e265d94ea91cbf62
parentf8f84dd0d48f99c9941ea73e2375dfd51d08b8ad
elm_box: inappropriate size_hint_align value usage fix

Summary:
size_hint_align was used instead of evas_box's internal value for aligning
of internal items. Because of that layout functions of elm_box and evas_box
were incompatable
Fixed elm_box, els_box layout and widgets that used this behaviour.

@fix

Test Plan:
Run "elementary_test". All buttons should be left-aligned
"elm_box_align_set(tbx2, 0.0, 0.5);" (test.c:332)

Reviewers: cedric, Hermet, stefan_schmidt, seoz

Reviewed By: seoz

Subscribers: shilpasingh, reutskiy.v.v

Differential Revision: https://phab.enlightenment.org/D1512
src/lib/elm_panel.c
src/lib/elm_toolbar.c