Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
465d562f
Commit
465d562f
authored
Oct 21, 2015
by
Gus Grubba
Browse files
Merge pull request #2066 from DonLakeFlyer/HelpMargins
Correct anchors for Help panel
parents
77be5c4b
99ad07c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionEditor/MissionEditor.qml
View file @
465d562f
...
...
@@ -561,7 +561,8 @@ QGCView {
anchors.margins
:
margins
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
anchors.left
:
parent
.
left
anchors.left
:
addMissionItemsButton
.
right
anchors.right
:
missionItemEditor
.
left
width
:
parent
.
width
-
(
margins
*
2
)
-
_rightPanelWidth
visible
:
helpButton
.
checked
color
:
qgcPal
.
window
...
...
@@ -569,7 +570,7 @@ QGCView {
radius
:
ScreenTools
.
defaultFontPixelHeight
z
:
editorMap
.
zOrderTopMost
readonly
property
real
margins
:
ScreenTools
.
defaultFontPixelHeight
*
4
readonly
property
real
margins
:
ScreenTools
.
defaultFontPixelHeight
Image
{
anchors.margins
:
ScreenTools
.
defaultFontPixelHeight
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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