Commit 3d6b20d8 authored by Don Gagne's avatar Don Gagne

RadioCal scrolling

parent 8158bdbb
......@@ -254,10 +254,14 @@ QGCView {
// Main view Qml starts here
QGCFlickable {
anchors.fill: parent
contentHeight: Math.max(leftColumn.height, rightColumn.height)
clip: true
// Left side column
Column {
id: leftColumn
anchors.top: parent.top
anchors.left: parent.left
anchors.right: columnSpacer.left
spacing: 10
......@@ -580,5 +584,6 @@ QGCView {
}
} // Column - Channel Monitor
} // Column - Right Column
} // QGCFlickable
} // QGCViewPanel
}
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