[NUI] Prevent svace issues in Scrollbar
authorJiyun Yang <ji.yang@samsung.com>
Thu, 4 Feb 2021 11:16:18 +0000 (20:16 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 4 Feb 2021 11:17:54 +0000 (20:17 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/Scrollbar.cs

index 5babce4..fa420f7 100755 (executable)
@@ -22,7 +22,7 @@ using Tizen.NUI.Binding;
 namespace Tizen.NUI.Components
 {
     // Represents padding data : Start, End, Top, Bottom
-    using PaddingType = Tuple<ushort, ushort, ushort, ushort>;
+    using PaddingType = ValueTuple<ushort, ushort, ushort, ushort>;
 
     /// <summary>
     /// The Scrollbar is a component that contains track and thumb to indicate the current scrolled position of a scrollable object.