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