[NUI] Resize slider normal thumb to calculate thumb position correctly
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 21 Feb 2023 03:06:47 +0000 (12:06 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 21 Feb 2023 11:04:00 +0000 (20:04 +0900)
Previously, slider thumb size for normal and pressed were different.
This caused that the thumb position was calculated incorrectly.

Now, slider thumb for normal is resized to be the same with the thumb
for pressed.
By the above, the thumb position is calculated correctly.

src/Tizen.NUI.Components/res/IoT_slider_handler_disabled.png
src/Tizen.NUI.Components/res/IoT_slider_handler_normal.png

index f06c127..505e787 100644 (file)
Binary files a/src/Tizen.NUI.Components/res/IoT_slider_handler_disabled.png and b/src/Tizen.NUI.Components/res/IoT_slider_handler_disabled.png differ
index e232e12..0393560 100644 (file)
Binary files a/src/Tizen.NUI.Components/res/IoT_slider_handler_normal.png and b/src/Tizen.NUI.Components/res/IoT_slider_handler_normal.png differ