aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SettingsPage.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml
index d556a11..e797459 100644
--- a/src/SettingsPage.qml
+++ b/src/SettingsPage.qml
@@ -27,8 +27,6 @@ Item {
Flickable {
anchors.fill: parent
contentHeight: contentColumn.implicitHeight
- anchors.leftMargin: root.width*0.15
- anchors.rightMargin: root.width*0.15
Column {
id: contentColumn
anchors.fill: parent
@@ -49,7 +47,8 @@ Item {
}
Item { width: parent.width ; height: root.width*0.2 }
Column {
- width: parent.width
+ width: parent.width*0.7
+ anchors.horizontalCenter: parent.horizontalCenter
Label {
text: "Map Data © OpenStreetMap contributors"
width: parent.width