From 7953c7529b811f8c06f0fc74f0c5b5f5f000f1ae Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Fri, 7 Jul 2023 11:48:06 +0100 Subject: Fix spacing of settings page to comply with new asteroid controls --- src/SettingsPage.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2