[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>
Thu, 9 Feb 2023 09:49:35 +0000 (18:49 +0900)
commite3891e2713d94f3382c8351c2e080518fcaffd6b
treeda5aa9fdc049499e87f1379356bd4b90ca0e486f
parentaefd891343cca64ef40c5eb3e31c917bddf7f8cf
[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