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
da3005f7
Commit
da3005f7
authored
Apr 28, 2016
by
dogmaphobic
Browse files
Making scroll area full width.
parent
248dcf35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/SafetyComponent.qml
View file @
da3005f7
...
...
@@ -60,16 +60,13 @@ QGCView {
anchors.fill
:
parent
QGCFlickable
{
clip
:
true
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
anchors.horizontalCenter
:
parent
.
horizontalCenter
width
:
mainCol
.
width
anchors.fill
:
parent
contentHeight
:
mainCol
.
height
contentWidth
:
mainCol
.
width
flickableDirection
:
Flickable
.
VerticalFlick
Column
{
id
:
mainCol
spacing
:
_margins
anchors.horizontalCenter
:
parent
.
horizontalCenter
/*
**** Low Battery ****
*/
...
...
@@ -514,6 +511,7 @@ QGCView {
}
}
}
Item
{
width
:
1
;
height
:
_margins
*
0.5
;
}
}
}
}
...
...
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