Commit d6d8f486 authored by Nate Weibley's avatar Nate Weibley

Fixing some spacing consistency issues

parent 05852c3b
......@@ -486,7 +486,6 @@ QGCView {
clip: true
highlightMoveDuration: 250
delegate: MissionItemEditor {
missionItem: object
width: parent.width
......
......@@ -75,8 +75,8 @@ Rectangle {
}
ListView {
id: statusListView
model: missionItems
id: statusListView
model: missionItems
highlightMoveDuration: 250
anchors.leftMargin: _margins
anchors.rightMargin: _margins
......@@ -87,6 +87,7 @@ Rectangle {
visible: _expanded
width: parent.width - valueGrid.width - (_margins * 2)
clip: true
delegate: Item {
height: statusListView.height
width: indicator.width
......@@ -104,6 +105,7 @@ Rectangle {
label: object.abbreviation
visible: object.relativeAltitude ? true : (object.homePosition || graphAbsolute)
}
Connections {
target: object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment