Browse Source

Grids should be within actual video frame and not the entire window.

QGC4.4
Gus Grubba 8 years ago committed by Lorenz Meier
parent
commit
94cac7e5fe
  1. 4
      src/FlightDisplay/FlightDisplayViewVideo.qml

4
src/FlightDisplay/FlightDisplayViewVideo.qml

@ -50,8 +50,6 @@ Item {
display: QGroundControl.videoManager.videoSurface display: QGroundControl.videoManager.videoSurface
receiver: QGroundControl.videoManager.videoReceiver receiver: QGroundControl.videoManager.videoReceiver
visible: QGroundControl.videoManager.videoRunning visible: QGroundControl.videoManager.videoRunning
}
}
Rectangle { Rectangle {
color: Qt.rgba(1,1,1,0.5) color: Qt.rgba(1,1,1,0.5)
height: parent.height height: parent.height
@ -81,3 +79,5 @@ Item {
visible: _showGrid visible: _showGrid
} }
} }
}
}

Loading…
Cancel
Save