Commit f4e23f92 authored by Don Gagne's avatar Don Gagne

Zoom buttons back on

Pinch zoom doesn’t seem to be working for some reason
parent 32da19df
......@@ -85,7 +85,8 @@ Map {
anchors.bottom: parent.bottom
spacing: ScreenTools.defaultFontPixelWidth / 2
z: 1000 // Must be on top for clicking
visible: !ScreenTools.isMobile
// Pinch zoom doesn't seem to be working, so zoom buttons in mobile on for now
//visible: !ScreenTools.isMobile
Row {
layoutDirection: Qt.RightToLeft
......
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