Commit 18371abe authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5560 from DonLakeFlyer/InstrumentWidgetAlternateSetup

Intrument Widget alternate control: Fix broken settings dialog display
parents d54d5bbd 9036f904
......@@ -27,6 +27,7 @@ Rectangle {
border.width: 1
border.color: _isSatellite ? qgcPal.mapWidgetBorderLight : qgcPal.mapWidgetBorderDark
property var _qgcView: qgcView
property real _innerRadius: (width - (_topBottomMargin * 3)) / 4
property real _outerRadius: _innerRadius + _topBottomMargin
property real _defaultSize: ScreenTools.defaultFontPixelHeight * (9)
......@@ -94,7 +95,7 @@ Rectangle {
anchors.margins: 1
anchors.left: parent.left
anchors.right: parent.right
qgcView: root.qgcView
qgcView: root._qgcView
textColor: qgcPal.text
backgroundColor: qgcPal.window
maxHeight: _availableValueHeight
......
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