From 713f93a5a0caa0dad22e6aeffe99b9d278d82f64 Mon Sep 17 00:00:00 2001 From: Jiyun Yang Date: Thu, 4 Feb 2021 20:16:18 +0900 Subject: [PATCH] [NUI] Prevent svace issues in Scrollbar Signed-off-by: Jiyun Yang --- src/Tizen.NUI.Components/Controls/Scrollbar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI.Components/Controls/Scrollbar.cs b/src/Tizen.NUI.Components/Controls/Scrollbar.cs index 5babce4..fa420f7 100755 --- a/src/Tizen.NUI.Components/Controls/Scrollbar.cs +++ b/src/Tizen.NUI.Components/Controls/Scrollbar.cs @@ -22,7 +22,7 @@ using Tizen.NUI.Binding; namespace Tizen.NUI.Components { // Represents padding data : Start, End, Top, Bottom - using PaddingType = Tuple; + using PaddingType = ValueTuple; /// /// The Scrollbar is a component that contains track and thumb to indicate the current scrolled position of a scrollable object. -- 2.7.4