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
f89fe8e3
Commit
f89fe8e3
authored
Nov 22, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
57cdf65b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
FlightDisplayView.qml
src/FlightDisplay/FlightDisplayView.qml
+2
-2
SetupView.qml
src/VehicleSetup/SetupView.qml
+1
-1
MainWindow.qml
src/ui/MainWindow.qml
+2
-2
No files found.
src/FlightDisplay/FlightDisplayView.qml
View file @
f89fe8e3
...
...
@@ -43,7 +43,7 @@ Item {
QGCPalette
{
id
:
qgcPal
;
colorGroupEnabled
:
enabled
}
property
real
avaiableHeight
:
parent
.
height
property
real
avai
l
ableHeight
:
parent
.
height
property
bool
interactive
:
true
readonly
property
bool
isBackgroundDark
:
_mainIsMap
?
(
_flightMap
?
_flightMap
.
isSatelliteMap
:
true
)
:
true
...
...
@@ -213,7 +213,7 @@ Item {
anchors.right
:
parent
.
right
anchors.left
:
parent
.
left
anchors.bottom
:
parent
.
bottom
height
:
avaiableHeight
height
:
avai
l
ableHeight
}
}
src/VehicleSetup/SetupView.qml
View file @
f89fe8e3
...
...
@@ -205,7 +205,7 @@ Rectangle {
Rectangle
{
//-- Limit height to available height (below tool bar)
anchors.topMargin
:
_margin
height
:
mainWindow
.
avaiableHeight
height
:
mainWindow
.
avai
l
ableHeight
anchors.bottom
:
parent
.
bottom
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
...
...
src/ui/MainWindow.qml
View file @
f89fe8e3
...
...
@@ -44,7 +44,7 @@ Item {
property
int
tbCellHeight
:
tbHeight
*
0.75
property
real
tbSpacing
:
ScreenTools
.
isMobile
?
width
*
0.00824
:
9.54
property
real
tbButtonWidth
:
tbCellHeight
*
1.3
property
real
avai
ableHeight
:
height
-
tbHeight
property
real
avai
lableHeight
:
height
-
tbHeight
property
real
menuButtonWidth
:
(
tbButtonWidth
*
2
)
+
(
tbSpacing
*
4
)
+
1
property
var
defaultPosition
:
QtPositioning
.
coordinate
(
37.803784
,
-
122.462276
)
...
...
@@ -157,7 +157,7 @@ Item {
FlightDisplayView
{
id
:
flightView
anchors.fill
:
parent
avai
ableHeight
:
mainWindow
.
avai
ableHeight
avai
lableHeight
:
mainWindow
.
avail
ableHeight
visible
:
true
Component.onCompleted
:
{
positionSource
.
start
()
...
...
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