|
|
|
@ -611,8 +611,14 @@ Rectangle {
@@ -611,8 +611,14 @@ Rectangle {
|
|
|
|
|
anchors.bottom: parent.bottom |
|
|
|
|
anchors.margins: ScreenTools.defaultFontPixelWidth |
|
|
|
|
visible: false |
|
|
|
|
|
|
|
|
|
QGCFlickable { |
|
|
|
|
id: infoScroll |
|
|
|
|
anchors.fill: parent |
|
|
|
|
contentHeight: infoColumn.height |
|
|
|
|
flickableDirection: Flickable.VerticalFlick |
|
|
|
|
clip: true |
|
|
|
|
Column { |
|
|
|
|
id: infoColumn |
|
|
|
|
width: parent.width |
|
|
|
|
spacing: ScreenTools.defaultFontPixelHeight |
|
|
|
|
Item { |
|
|
|
@ -779,6 +785,7 @@ Rectangle {
@@ -779,6 +785,7 @@ Rectangle {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
Rectangle { |
|
|
|
|
id: _optionsView |
|
|
|
|
color: __qgcPal.windowShade |
|
|
|
@ -794,7 +801,14 @@ Rectangle {
@@ -794,7 +801,14 @@ Rectangle {
|
|
|
|
|
maxCacheMemSize.text = QGroundControl.mapEngineManager.maxMemCache |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
QGCFlickable { |
|
|
|
|
id: optionsScroll |
|
|
|
|
anchors.fill: parent |
|
|
|
|
contentHeight: optionsColumn.height |
|
|
|
|
flickableDirection: Flickable.VerticalFlick |
|
|
|
|
clip: true |
|
|
|
|
Column { |
|
|
|
|
id: optionsColumn |
|
|
|
|
width: parent.width |
|
|
|
|
spacing: ScreenTools.defaultFontPixelHeight |
|
|
|
|
Item { |
|
|
|
@ -906,4 +920,5 @@ Rectangle {
@@ -906,4 +920,5 @@ Rectangle {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|