[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 f06c1277f1aa84f13bcfc8ee3f846a2779529742..505e787c940bf051ddbf8ba2a555ddd13822fc1e 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 e232e12ccd40fa0bc3752326beb5a3f0d9b32a0f..0393560374cf2c13d37ca0803603119be4dbc5ed 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