|
|
|
@ -104,9 +104,15 @@ QGCView {
@@ -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 {
@@ -352,5 +358,6 @@ QGCView {
|
|
|
|
|
} |
|
|
|
|
} // Rectangle - Advanced power settings |
|
|
|
|
} // Column |
|
|
|
|
} // Flickable |
|
|
|
|
} // QGCViewPanel |
|
|
|
|
} // QGCView |
|
|
|
|