Browse Source

Change size of PageView to avoid binding loop

QGC4.4
Pierre TILAK 6 years ago
parent
commit
c8ca71e025
  1. 2
      src/FlightMap/Widgets/QGCInstrumentWidgetAlternate.qml

2
src/FlightMap/Widgets/QGCInstrumentWidgetAlternate.qml

@ -79,7 +79,7 @@ Rectangle { @@ -79,7 +79,7 @@ Rectangle {
anchors.margins: 1
anchors.left: parent.left
anchors.right: parent.right
maxHeight: _availableValueHeight
maxHeight: _defaultSize
}
}

Loading…
Cancel
Save