[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)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 19 Oct 2021 08:07:40 +0000 (17:07 +0900)
commitc74e767b1d58a89b39376fa62b64687203ed8113
tree425ee6a204d3c219a701d0fd4102bd6a0543b933
parent922aa7fd132c276f2bbe26bb41ec13cab021220d
[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