[NUI] Fix not to make LinearLayout.CellPadding nullable
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 18 Jun 2021 11:18:29 +0000 (20:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 23 Jun 2021 08:25:09 +0000 (17:25 +0900)
commit5f545bdfb1d7b5a0c561cf6b72db8a547c644755
treebf126f39a1f8b4da81431b787ba8d4e133f3dc2e
parentdfa157388dfb95d6ce106fd2279982c8ed0a4ab8
[NUI] Fix not to make LinearLayout.CellPadding nullable

LinearLayout.CellPadding is Size2D, so it is not nullable type.
Therefore, if null is assigned to LinearLayout.CellPadding, then it
returns Size2D(0, 0).
src/Tizen.NUI/src/public/Layouting/LinearLayout.cs