CHANGE tooltip to describe the actual (changed) behaviour

pull/413/head
Johannes Deml 2017-08-02 12:28:09 +02:00
parent 59b6c579f9
commit 2c8550532d
1 changed files with 1 additions and 1 deletions

View File

@ -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)")]