diff options
-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 } } } |