Commit 94cac7e5 authored by Gus Grubba's avatar Gus Grubba Committed by Lorenz Meier

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

parent 45cc573d
......@@ -50,8 +50,6 @@ Item {
display: QGroundControl.videoManager.videoSurface
receiver: QGroundControl.videoManager.videoReceiver
visible: QGroundControl.videoManager.videoRunning
}
}
Rectangle {
color: Qt.rgba(1,1,1,0.5)
height: parent.height
......@@ -80,4 +78,6 @@ Item {
y: parent.height * 0.66
visible: _showGrid
}
}
}
}
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