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
1ba1841b
Commit
1ba1841b
authored
8 years ago
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3068 from DonLakeFlyer/Tuning
PX4 Tuning: Fix many bugs
parents
368501b3
979951f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
FactSliderPanel.qml
src/QmlControls/FactSliderPanel.qml
+8
-4
No files found.
src/QmlControls/FactSliderPanel.qml
View file @
1ba1841b
...
...
@@ -71,7 +71,7 @@ QGCView {
QGCFlickable
{
clip
:
true
anchors.fill
:
parent
contentHeight
:
slider
Rect
.
y
+
sliderRect
.
height
contentHeight
:
slider
OuterColumn
.
y
+
sliderOuterColumn
.
height
flickableDirection
:
Flickable
.
VerticalFlick
QGCLabel
{
...
...
@@ -82,6 +82,7 @@ QGCView {
Column
{
id
:
sliderOuterColumn
anchors.margins
:
_margins
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
...
...
@@ -99,6 +100,8 @@ QGCView {
height
:
sliderColumn
.
y
+
sliderColumn
.
height
+
_margins
color
:
palette
.
windowShade
property
alias
sliderValue
:
slider
.
value
Column
{
id
:
sliderColumn
anchors.margins
:
_margins
...
...
@@ -106,15 +109,16 @@ QGCView {
anchors.right
:
parent
.
right
anchors.top
:
sliderRect
.
top
property
alias
sliderValue
:
slider
.
value
QGCLabel
{
text
:
title
font.weight
:
Font
.
DemiBold
}
QGCLabel
{
text
:
description
text
:
description
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
wrapMode
:
Text
.
WordWrap
}
Slider
{
...
...
This diff is collapsed.
Click to expand it.
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