Commit d6d8f486 authored by Nate Weibley's avatar Nate Weibley

Fixing some spacing consistency issues

parent 05852c3b
...@@ -486,7 +486,6 @@ QGCView { ...@@ -486,7 +486,6 @@ QGCView {
clip: true clip: true
highlightMoveDuration: 250 highlightMoveDuration: 250
delegate: MissionItemEditor { delegate: MissionItemEditor {
missionItem: object missionItem: object
width: parent.width width: parent.width
......
...@@ -75,8 +75,8 @@ Rectangle { ...@@ -75,8 +75,8 @@ Rectangle {
} }
ListView { ListView {
id: statusListView id: statusListView
model: missionItems model: missionItems
highlightMoveDuration: 250 highlightMoveDuration: 250
anchors.leftMargin: _margins anchors.leftMargin: _margins
anchors.rightMargin: _margins anchors.rightMargin: _margins
...@@ -87,6 +87,7 @@ Rectangle { ...@@ -87,6 +87,7 @@ Rectangle {
visible: _expanded visible: _expanded
width: parent.width - valueGrid.width - (_margins * 2) width: parent.width - valueGrid.width - (_margins * 2)
clip: true clip: true
delegate: Item { delegate: Item {
height: statusListView.height height: statusListView.height
width: indicator.width width: indicator.width
...@@ -104,6 +105,7 @@ Rectangle { ...@@ -104,6 +105,7 @@ Rectangle {
label: object.abbreviation label: object.abbreviation
visible: object.relativeAltitude ? true : (object.homePosition || graphAbsolute) visible: object.relativeAltitude ? true : (object.homePosition || graphAbsolute)
} }
Connections { Connections {
target: object 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