Browse Source

3 seconds is way too long to wait for the bars to go away.

QGC4.4
Gus Grubba 5 years ago committed by Lorenz Meier
parent
commit
f63c1ee607
  1. 2
      src/QmlControls/QGCFlickableHorizontalIndicator.qml
  2. 2
      src/QmlControls/QGCFlickableVerticalIndicator.qml

2
src/QmlControls/QGCFlickableHorizontalIndicator.qml

@ -33,7 +33,7 @@ Rectangle { @@ -33,7 +33,7 @@ Rectangle {
properties: "opacity"
from: 1.0
to: 0.0
duration: 3000
duration: 2000
easing.type: Easing.InQuint
}
}

2
src/QmlControls/QGCFlickableVerticalIndicator.qml

@ -33,7 +33,7 @@ Rectangle { @@ -33,7 +33,7 @@ Rectangle {
properties: "opacity"
from: 1.0
to: 0.0
duration: 3000
duration: 2000
easing.type: Easing.InQuint
}
}

Loading…
Cancel
Save