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

Use Flickable to allow scroll on Tablet

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