mapwidget.qml: move the new map type toggle on top of the map

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-20 05:24:18 +03:00 committed by Dirk Hohndel
parent 09a0f74bd8
commit b0cf820bef

View file

@ -112,6 +112,7 @@ Item {
mapHelper.model.selectedUuid = 0
animateMapZoomOut()
}
}
Image {
id: toggleImage
@ -136,5 +137,4 @@ Item {
}
}
}
}
}