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
5e925309
Commit
5e925309
authored
Jan 04, 2018
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide based on amount of screen real estate
parent
a34b406b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
MissionItemStatus.qml
src/PlanView/MissionItemStatus.qml
+0
-1
PlanView.qml
src/PlanView/PlanView.qml
+3
-1
No files found.
src/PlanView/MissionItemStatus.qml
View file @
5e925309
...
...
@@ -20,7 +20,6 @@ import QGroundControl.FactControls 1.0
Rectangle
{
id
:
root
height
:
ScreenTools
.
defaultFontPixelHeight
*
7
radius
:
ScreenTools
.
defaultFontPixelWidth
*
0.5
color
:
qgcPal
.
window
opacity
:
0.80
...
...
src/PlanView/PlanView.qml
View file @
5e925309
...
...
@@ -14,6 +14,7 @@ import QtQuick.Dialogs 1.2
import
QtLocation
5.3
import
QtPositioning
5.3
import
QtQuick
.
Layouts
1.2
import
QtQuick
.
Window
2.2
import
QGroundControl
1.0
import
QGroundControl
.
FlightMap
1.0
...
...
@@ -652,10 +653,11 @@ QGCView {
id
:
waypointValuesDisplay
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
anchors.left
:
parent
.
left
height
:
ScreenTools
.
defaultFontPixelHeight
*
7
maxWidth
:
parent
.
width
-
rightPanel
.
width
-
x
anchors.bottom
:
parent
.
bottom
missionItems
:
_missionController
.
visualItems
visible
:
_editingLayer
===
_layerMission
&&
!
ScreenTools
.
isShortScreen
visible
:
_editingLayer
===
_layerMission
&&
(
ScreenTools
.
isMobile
?
height
<
Screen
.
height
*
0.25
:
true
)
}
}
// QGCViewPanel
...
...
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