Browse Source

Fix hamburger positioning

QGC4.4
DoinLakeFlyer 5 years ago
parent
commit
f24358aefe
  1. 5
      src/PlanView/MissionItemEditor.qml

5
src/PlanView/MissionItemEditor.qml

@ -81,7 +81,6 @@ Rectangle { @@ -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 { @@ -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

Loading…
Cancel
Save