Commit ba38b9c1 authored by Gus Grubba's avatar Gus Grubba

Merge pull request #3293 from dogmaphobic/safetyPanelFullWidth

Making scroll area full width.
parents b604edaa da3005f7
...@@ -60,16 +60,13 @@ QGCView { ...@@ -60,16 +60,13 @@ QGCView {
anchors.fill: parent anchors.fill: parent
QGCFlickable { QGCFlickable {
clip: true clip: true
anchors.top: parent.top anchors.fill: parent
anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter
width: mainCol.width
contentHeight: mainCol.height contentHeight: mainCol.height
contentWidth: mainCol.width
flickableDirection: Flickable.VerticalFlick flickableDirection: Flickable.VerticalFlick
Column { Column {
id: mainCol id: mainCol
spacing: _margins spacing: _margins
anchors.horizontalCenter: parent.horizontalCenter
/* /*
**** Low Battery **** **** Low Battery ****
*/ */
...@@ -514,6 +511,7 @@ QGCView { ...@@ -514,6 +511,7 @@ QGCView {
} }
} }
} }
Item { width: 1; height: _margins * 0.5; }
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment