From f24358aefe5f927bee4513fa3dbca9877e3583e7 Mon Sep 17 00:00:00 2001 From: DoinLakeFlyer Date: Fri, 27 Mar 2020 08:01:08 -0700 Subject: [PATCH] Fix hamburger positioning --- src/PlanView/MissionItemEditor.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/PlanView/MissionItemEditor.qml b/src/PlanView/MissionItemEditor.qml index bccf5a7..1164057 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