diff options
author | Arseniy Movshev <dodoradio@outlook.com> | 2023-01-07 17:38:53 +0000 |
---|---|---|
committer | Arseniy Movshev <dodoradio@outlook.com> | 2023-01-07 17:38:53 +0000 |
commit | 920f90cff9ce91943227c1dad4e6d3577021b4f8 (patch) | |
tree | d16750d75806385eb54dc64a33c5b5c58dbac743 /src | |
parent | c098c2d21c6013b0b8d418a56b8aa942007db52b (diff) |
Fix spacing on setpointpage
Diffstat (limited to 'src')
-rw-r--r-- | src/SetPointPage.qml | 2 |
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 } } } |