[NUI] Fix to use SizeHeight instead of Size with width 0
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 1 Feb 2023 07:28:52 +0000 (16:28 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 1 Feb 2023 08:22:26 +0000 (17:22 +0900)
commit49262f5ef1d9ff8310ce6f792abd240c64f177d3
treed11ede91230918c4c620798bcb7fb10133c6d805
parent55515363d8bd346bb9ce8a35b8d1353820cd1f3c
[NUI] Fix to use SizeHeight instead of Size with width 0

Previously, although users sets size with width 0, the width is updated
by dali's size calculation (e.g. text calculation) instead of width 0
set by user.

The following patch fixed the above bug.
8033b0ed4a31ebcd9449c2e0c98074247502c9be

By applying the above patch, some size assignment in theme should be
fixed to set size height instead of size with width 0.
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs