summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/SettingsPage.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml
index 920dc0a..763f9b1 100644
--- a/src/SettingsPage.qml
+++ b/src/SettingsPage.qml
@@ -44,13 +44,12 @@ Item {
width: parent.width - parent.height
Label {
text: "Map Data © OpenStreetMap contributors"
- height: parent.height*0.5
width: parent.width
font.pixelSize: root.width*0.05
+ wrapMode: Text.Wrap
}
Label {
text: "under the ODbL"
- height: parent.height*0.5
width: parent.width
font.pixelSize: root.width*0.05
}