diff --git a/src/PlanView/SimpleItemEditor.qml b/src/PlanView/SimpleItemEditor.qml index b5271d1..a11958d 100644 --- a/src/PlanView/SimpleItemEditor.qml +++ b/src/PlanView/SimpleItemEditor.qml @@ -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 }