Skip to content
Snippets Groups Projects
Commit 9954bfc5 authored by Don Gagne's avatar Don Gagne
Browse files

Adjust spacing to take less space

parent 1c7174f2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
import QtQuick 2.5
import QtQuick.Controls 1.3
import QtQuick.Layouts 1.2
import QGroundControl.ScreenTools 1.0
import QGroundControl.Controls 1.0
......@@ -89,14 +90,14 @@ Rectangle {
anchors.margins: _margins
spacing: _margins
Grid {
GridLayout {
id: valueGrid
columns: 2
rowSpacing: 0
columnSpacing: _margins
anchors.verticalCenter: parent.verticalCenter
QGCLabel { text: qsTr("Selected waypoint") }
QGCLabel { text: qsTr(" ") }
QGCLabel { text: qsTr("Selected waypoint"); Layout.columnSpan: 2 }
QGCLabel { text: qsTr("Distance:") }
QGCLabel { text: _distanceText }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment