diff options
Diffstat (limited to 'src/MainMapView.qml')
-rw-r--r-- | src/MainMapView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainMapView.qml b/src/MainMapView.qml index 82815f9..7b81b45 100644 --- a/src/MainMapView.qml +++ b/src/MainMapView.qml @@ -6,6 +6,7 @@ import QtLocation 5.15 Item { Label { text: "Map Data from OpenStreetMap" + font.pixelSize: parent.width*0.02 anchors.centerIn: parent z: 0 } |