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
Mar 24, 2016
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
Show 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 {
...
@@ -71,7 +71,7 @@ QGCView {
QGCFlickable
{
QGCFlickable
{
clip
:
true
clip
:
true
anchors.fill
:
parent
anchors.fill
:
parent
contentHeight
:
slider
Rect
.
y
+
sliderRect
.
height
contentHeight
:
slider
OuterColumn
.
y
+
sliderOuterColumn
.
height
flickableDirection
:
Flickable
.
VerticalFlick
flickableDirection
:
Flickable
.
VerticalFlick
QGCLabel
{
QGCLabel
{
...
@@ -82,6 +82,7 @@ QGCView {
...
@@ -82,6 +82,7 @@ QGCView {
Column
{
Column
{
id
:
sliderOuterColumn
anchors.margins
:
_margins
anchors.margins
:
_margins
anchors.left
:
parent
.
left
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.right
:
parent
.
right
...
@@ -99,6 +100,8 @@ QGCView {
...
@@ -99,6 +100,8 @@ QGCView {
height
:
sliderColumn
.
y
+
sliderColumn
.
height
+
_margins
height
:
sliderColumn
.
y
+
sliderColumn
.
height
+
_margins
color
:
palette
.
windowShade
color
:
palette
.
windowShade
property
alias
sliderValue
:
slider
.
value
Column
{
Column
{
id
:
sliderColumn
id
:
sliderColumn
anchors.margins
:
_margins
anchors.margins
:
_margins
...
@@ -106,8 +109,6 @@ QGCView {
...
@@ -106,8 +109,6 @@ QGCView {
anchors.right
:
parent
.
right
anchors.right
:
parent
.
right
anchors.top
:
sliderRect
.
top
anchors.top
:
sliderRect
.
top
property
alias
sliderValue
:
slider
.
value
QGCLabel
{
QGCLabel
{
text
:
title
text
:
title
font.weight
:
Font
.
DemiBold
font.weight
:
Font
.
DemiBold
...
@@ -115,6 +116,9 @@ QGCView {
...
@@ -115,6 +116,9 @@ QGCView {
QGCLabel
{
QGCLabel
{
text
:
description
text
:
description
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
wrapMode
:
Text
.
WordWrap
}
}
Slider
{
Slider
{
...
...
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