Commit 85f971f2 authored by Don Gagne's avatar Don Gagne

Use Flickable to allow scroll on Tablet

parent 70a09b88
......@@ -104,9 +104,15 @@ QGCView {
id: panel
anchors.fill: parent
Flickable {
anchors.fill: parent
flickableDirection: Flickable.VerticalFlick
contentHeight: innerColumn.height
Column {
anchors.fill: parent
id: innerColumn
anchors.left: parent.left
anchors.right: parent.right
spacing: ScreenTools.defaultFontPixelHeight
QGCLabel {
......@@ -352,5 +358,6 @@ QGCView {
}
} // Rectangle - Advanced power settings
} // Column
} // Flickable
} // QGCViewPanel
} // QGCView
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