Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f63c1ee6
Commit
f63c1ee6
authored
Jan 01, 2020
by
Gus Grubba
Committed by
Lorenz Meier
Jan 03, 2020
Browse files
3 seconds is way too long to wait for the bars to go away.
parent
e972c6b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/QGCFlickableHorizontalIndicator.qml
View file @
f63c1ee6
...
@@ -33,7 +33,7 @@ Rectangle {
...
@@ -33,7 +33,7 @@ Rectangle {
properties
:
"
opacity
"
properties
:
"
opacity
"
from
:
1.0
from
:
1.0
to
:
0.0
to
:
0.0
duration
:
3
000
duration
:
2
000
easing.type
:
Easing
.
InQuint
easing.type
:
Easing
.
InQuint
}
}
}
}
src/QmlControls/QGCFlickableVerticalIndicator.qml
View file @
f63c1ee6
...
@@ -33,7 +33,7 @@ Rectangle {
...
@@ -33,7 +33,7 @@ Rectangle {
properties
:
"
opacity
"
properties
:
"
opacity
"
from
:
1.0
from
:
1.0
to
:
0.0
to
:
0.0
duration
:
3
000
duration
:
2
000
easing.type
:
Easing
.
InQuint
easing.type
:
Easing
.
InQuint
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment