summaryrefslogtreecommitdiffstats
path: root/qt-mobile/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r--qt-mobile/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml
index 2cd1e5f8a..63ff5b5b4 100644
--- a/qt-mobile/main.qml
+++ b/qt-mobile/main.qml
@@ -60,7 +60,7 @@ ApplicationWindow {
ColumnLayout {
id: awLayout
anchors.fill: parent
- spacing: prefsButton.height * 0.1
+ spacing: 8
Rectangle {
id: topPart
color: "#2C4882"
@@ -68,7 +68,7 @@ ApplicationWindow {
Layout.fillWidth: true
anchors.bottom: detailsPage.top
anchors.bottomMargin: prefsButton.height * 0.1
-
+ Layout.margins: 0
RowLayout {
anchors.bottom: topPart.bottom
anchors.bottomMargin: prefsButton.height * 0.1