Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
86d360c7
Commit
86d360c7
authored
Jan 07, 2018
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Android slider
parent
0b0f4b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
FactSliderPanel.qml
src/QmlControls/FactSliderPanel.qml
+1
-16
No files found.
src/QmlControls/FactSliderPanel.qml
View file @
86d360c7
...
...
@@ -53,12 +53,6 @@ Column {
_loadComplete
=
true
}
QGCLabel
{
id
:
panelLabel
text
:
panelTitle
font.family
:
ScreenTools
.
demiboldFontFamily
}
Column
{
id
:
sliderOuterColumn
anchors.left
:
parent
.
left
...
...
@@ -105,6 +99,7 @@ Column {
maximumValue
:
max
stepSize
:
isNaN
(
fact
.
increment
)
?
step
:
fact
.
increment
tickmarksEnabled
:
true
activeFocusOnPress
:
true
property
Fact
fact
:
controller
.
getParameterFact
(
-
1
,
param
)
...
...
@@ -114,16 +109,6 @@ Column {
}
}
activeFocusOnPress
:
true
MultiPointTouchArea
{
anchors.fill
:
parent
minimumTouchPoints
:
1
maximumTouchPoints
:
1
mouseEnabled
:
false
}
// Block wheel events
MouseArea
{
anchors.fill
:
parent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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