From: Jaehyun Cho Date: Tue, 21 Feb 2023 03:06:47 +0000 (+0900) Subject: [NUI] Resize slider normal thumb to calculate thumb position correctly X-Git-Tag: accepted/tizen/unified/20231205.024657~443 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f70da53e19addc19cf2217b1b42350339a2c01e8;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Resize slider normal thumb to calculate thumb position correctly 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. --- diff --git a/src/Tizen.NUI.Components/res/IoT_slider_handler_disabled.png b/src/Tizen.NUI.Components/res/IoT_slider_handler_disabled.png index f06c127..505e787 100644 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 diff --git a/src/Tizen.NUI.Components/res/IoT_slider_handler_normal.png b/src/Tizen.NUI.Components/res/IoT_slider_handler_normal.png index e232e12..0393560 100644 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