[NUI] Fix GridLayout to calculate child's size proportional to span
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 14 Oct 2021 11:14:48 +0000 (20:14 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 9 Nov 2021 05:57:53 +0000 (14:57 +0900)
commite1da393ed6dc30f3bdb40371eba989448f58d12b
tree3e9c71b9ecba1f8ab5296287a408f1ac1a05701e
parentb69f5c51a536d0025cef9a18d0c4c264b0a63d77
[NUI] Fix GridLayout to calculate child's size proportional to span

Previously, child's size was not proportional to its span.
e.g. width of span 1 was the same with width of span 2.

Now, child's size is proportional to its span.
src/Tizen.NUI/src/internal/Layouting/GridLocations.cs