Commit fc3f1350 authored by Don Gagne's avatar Don Gagne

Increase hamburger touch size

parent 5ee3a9f5
......@@ -66,8 +66,16 @@ Rectangle {
visible: missionItem.isCurrentItem && missionItem.sequenceNumber != 0
color: qgcPal.windowShade
}
MouseArea {
anchors.fill: parent
// The MouseArea for the hamburger is larger than the hamburger image itself in order to provide a larger
// touch area on mobile
anchors.top: parent.top
anchors.bottom: editorLoader.top
anchors.leftMargin: -hamburger.anchors.rightMargin
anchors.left: hamburger.left
anchors.right: parent.right
onClicked: hamburgerMenu.popup()
Menu {
......@@ -113,7 +121,6 @@ Rectangle {
}
}
}
}
QGCButton {
id: commandPicker
......
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