Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
9954bfc5
Commit
9954bfc5
authored
Nov 30, 2016
by
Don Gagne
Browse files
Adjust spacing to take less space
parent
1c7174f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionEditor/MissionItemStatus.qml
View file @
9954bfc5
...
...
@@ -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
{
id
:
valueGrid
columns
:
2
columnSpacing
:
_margins
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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment