Commit f24358ae authored by DoinLakeFlyer's avatar DoinLakeFlyer

parent e28a6c9c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment