Commit fc77bd0f authored by Don Gagne's avatar Don Gagne

Allow component to not show summary

parent 15a060d6
...@@ -109,9 +109,10 @@ Rectangle { ...@@ -109,9 +109,10 @@ Rectangle {
// Outer summary item rectangle // Outer summary item rectangle
Rectangle { Rectangle {
width: _summaryBoxWidth width: _summaryBoxWidth
height: ScreenTools.defaultFontPixelHeight * 13 height: ScreenTools.defaultFontPixelHeight * 13
color: qgcPal.window color: qgcPal.window
visible: modelData.summaryQmlSource.toString() != ""
readonly property real titleHeight: ScreenTools.defaultFontPixelHeight * 2 readonly property real titleHeight: ScreenTools.defaultFontPixelHeight * 2
......
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