summaryrefslogtreecommitdiff
path: root/src/SetPointPage.qml
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-01-07 17:38:53 +0000
committerArseniy Movshev <dodoradio@outlook.com>2023-01-07 17:38:53 +0000
commit920f90cff9ce91943227c1dad4e6d3577021b4f8 (patch)
treed16750d75806385eb54dc64a33c5b5c58dbac743 /src/SetPointPage.qml
parentc098c2d21c6013b0b8d418a56b8aa942007db52b (diff)
Fix spacing on setpointpage
Diffstat (limited to 'src/SetPointPage.qml')
-rw-r--r--src/SetPointPage.qml2
1 files changed, 2 insertions, 0 deletions
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 }
}
}