diff --git a/src/PlanView/MissionItemEditor.qml b/src/PlanView/MissionItemEditor.qml index 213a344fbfafcdf0837a4119a38ac5c3eec294ec..d6705a5bca4e40df846eaea229536b7fa6a56816 100644 --- a/src/PlanView/MissionItemEditor.qml +++ b/src/PlanView/MissionItemEditor.qml @@ -222,11 +222,11 @@ Rectangle { border.color: qgcPal.text RowLayout { - id: innerLayout - anchors.margins: _padding - anchors.left: parent.left - anchors.top: parent.top - spacing: _padding + id: innerLayout + anchors.margins: _padding + anchors.left: parent.left + anchors.verticalCenter: parent.verticalCenter + spacing: _padding property real _padding: ScreenTools.comboBoxPadding