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
cfc8d1ab
Commit
cfc8d1ab
authored
Oct 05, 2019
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
1e289bc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PlanView.qml
src/PlanView/PlanView.qml
+3
-3
No files found.
src/PlanView/PlanView.qml
View file @
cfc8d1ab
...
@@ -405,10 +405,10 @@ Item {
...
@@ -405,10 +405,10 @@ Item {
planView
:
true
planView
:
true
// This is the center rectangle of the map which is not obscured by tools
// This is the center rectangle of the map which is not obscured by tools
property
rect
centerViewport
:
Qt
.
rect
(
_leftToolWidth
,
0
,
editorMap
.
width
-
_leftToolWidth
-
_right
PanelWidth
,
editorMap
.
height
-
_statusHeight
)
property
rect
centerViewport
:
Qt
.
rect
(
_leftToolWidth
,
0
,
editorMap
.
width
-
_leftToolWidth
-
_right
ToolWidth
,
mapScale
.
y
)
property
real
_leftToolWidth
:
toolStrip
.
x
+
toolStrip
.
width
property
real
_leftToolWidth
:
toolStrip
.
x
+
toolStrip
.
width
property
real
_
statusHeight
:
waypointValuesDisplay
.
visible
?
editorMap
.
height
-
waypointValuesDisplay
.
y
:
0
property
real
_
rightToolWidth
:
rightPanel
.
width
+
rightPanel
.
anchors
.
rightMargin
readonly
property
real
animationDuration
:
500
readonly
property
real
animationDuration
:
500
...
...
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