Browse Source

Fix frame selection when using Mixed Modes for altitudes.

QGC4.4
DonLakeFlyer 4 years ago committed by Don Gagne
parent
commit
03cf52d5d1
  1. 6
      src/PlanView/SimpleItemEditor.qml

6
src/PlanView/SimpleItemEditor.qml

@ -150,9 +150,9 @@ Rectangle { @@ -150,9 +150,9 @@ Rectangle {
}
Item {
width: altModeDropArrow.x + altModeDropArrow.width
height: altModeLabel.height
visible: _globalAltModeIsMixed
Layout.preferredWidth: altModeDropArrow.x + altModeDropArrow.width
Layout.preferredHeight: altModeLabel.height
visible: _globalAltModeIsMixed
QGCLabel { id: altModeLabel }

Loading…
Cancel
Save