Browse Source

Fix scrolling

QGC4.4
Don Gagne 9 years ago
parent
commit
c2d2eecf89
  1. 2
      src/MissionEditor/MissionItemStatus.qml

2
src/MissionEditor/MissionItemStatus.qml

@ -96,6 +96,8 @@ Rectangle { @@ -96,6 +96,8 @@ Rectangle {
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
contentWidth: graphRow.width
clip: true
Row {
id: graphRow

Loading…
Cancel
Save