From 920f90cff9ce91943227c1dad4e6d3577021b4f8 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Sat, 7 Jan 2023 17:38:53 +0000 Subject: Fix spacing on setpointpage --- src/SetPointPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SetPointPage.qml b/src/SetPointPage.qml index c2e8787..e036001 100644 --- a/src/SetPointPage.qml +++ b/src/SetPointPage.qml @@ -29,6 +29,7 @@ Item { Column { id: contentColumn anchors.fill: parent + Item { width: parent.width ; height: root.width*0.2 } Asteroid.TextField { id: textBox width: parent.width @@ -85,6 +86,7 @@ Item { anchors.horizontalCenter: parent.horizontalCenter onClicked: appendWayPoint() } + Item { width: parent.width ; height: root.width*0.2 } } } -- cgit v1.2.3-54-g00ecf