From 2c8550532d2f0c7d8fa0636d1b21bb7c1dd99a1d Mon Sep 17 00:00:00 2001 From: Johannes Deml Date: Wed, 2 Aug 2017 12:28:09 +0200 Subject: [PATCH] CHANGE tooltip to describe the actual (changed) behaviour --- Scripts/Layout/ScrollSnapBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Layout/ScrollSnapBase.cs b/Scripts/Layout/ScrollSnapBase.cs index c07771f..44867e3 100644 --- a/Scripts/Layout/ScrollSnapBase.cs +++ b/Scripts/Layout/ScrollSnapBase.cs @@ -64,7 +64,7 @@ namespace UnityEngine.UI.Extensions [Tooltip("Fast Swipe makes swiping page next / previous (optional)")] public Boolean UseFastSwipe = false; - [Tooltip("Offset for how far a swipe has to travel to initiate a page change (optional)\nDefault is the panel dimensions")] + [Tooltip("Offset for how far a swipe has to travel to initiate a page change (optional)")] public int FastSwipeThreshold = 100; [Tooltip("Speed at which the ScrollRect will keep scrolling before slowing down and stopping (optional)")]