Commit f0b7195e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Fix header height (#3673)

parent 12c77152
...@@ -283,7 +283,7 @@ FactPanel { ...@@ -283,7 +283,7 @@ FactPanel {
Rectangle { Rectangle {
id: __header id: __header
width: parent.width width: parent.width
height: __acceptButton.height height: __acceptButton.visible ? __acceptButton.height : __rejectButton.height
color: __qgcPal.windowShade color: __qgcPal.windowShade
function __hidePanel() { function __hidePanel() {
......
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