Skip to content

Commit

Permalink
Fixing some spacing consistency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
NaterGator committed Jun 2, 2016
1 parent 05852c3 commit d6d8f48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/MissionEditor/MissionEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ QGCView {
clip: true
highlightMoveDuration: 250


delegate: MissionItemEditor {
missionItem: object
width: parent.width
Expand Down
6 changes: 4 additions & 2 deletions src/MissionEditor/MissionItemStatus.qml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Rectangle {
}

ListView {
id: statusListView
model: missionItems
id: statusListView
model: missionItems
highlightMoveDuration: 250
anchors.leftMargin: _margins
anchors.rightMargin: _margins
Expand All @@ -87,6 +87,7 @@ Rectangle {
visible: _expanded
width: parent.width - valueGrid.width - (_margins * 2)
clip: true

delegate: Item {
height: statusListView.height
width: indicator.width
Expand All @@ -104,6 +105,7 @@ Rectangle {
label: object.abbreviation
visible: object.relativeAltitude ? true : (object.homePosition || graphAbsolute)
}

Connections {
target: object

Expand Down

0 comments on commit d6d8f48

Please sign in to comment.