Commit 70a09b88 authored by Don Gagne's avatar Don Gagne

Merge pull request #1964 from DonLakeFlyer/MobileZoom

Zoom buttons back on
parents 1f5582ec f4e23f92
......@@ -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