diff --git a/src/PlanView/MissionItemEditor.qml b/src/PlanView/MissionItemEditor.qml index bccf5a7f1bd482c3ec635dffb7fc77f7eba1c255..11640573c752b4e73f61c5ac5bcfcb62affb34ee 100644 --- a/src/PlanView/MissionItemEditor.qml +++ b/src/PlanView/MissionItemEditor.qml @@ -81,7 +81,6 @@ Rectangle { id: topRowLayout anchors.margins: _margin anchors.left: parent.left - anchors.right: parent.right anchors.top: parent.top spacing: _margin @@ -179,15 +178,13 @@ Rectangle { text: missionItem.commandName color: _outerTextColor } - - } QGCColoredImage { id: hamburger anchors.margins: _margin anchors.right: parent.right - anchors.verticalCenter: parent.verticalCenter + anchors.verticalCenter: topRowLayout.verticalCenter width: _hamburgerSize height: _hamburgerSize sourceSize.height: _hamburgerSize