[NUI] Make the velocity of slider as 1%
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 22 Jun 2022 11:38:43 +0000 (20:38 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 28 Jun 2022 10:14:54 +0000 (19:14 +0900)
commit9cfbe748cf24a6fcff8ddf05001b508473959e4c
treeb41b68e2de4ce10c0ea5468a163d9393ce0542d3
parent291acdb05f93fab35490f60f3ebbfa539b93362d
[NUI] Make the velocity of slider as 1%

Previous code can move only 1 units when we try to change value
by Key event.

This patch make the value moved for 1%. It will change as same lates
even min/max value difference is big, or small.

TODO : Currently, we make it as const value 1%.
Should we need to make this value as property?

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.Components/Controls/Slider.cs