diff --git a/src/VehicleSetup/VehicleSummary.qml b/src/VehicleSetup/VehicleSummary.qml index ab6dbd6f9d0020e514b02264b2e652ffd8cc5962..ed126b21bc7874ad81cf3bbba0fec57cde5ae643 100644 --- a/src/VehicleSetup/VehicleSummary.qml +++ b/src/VehicleSetup/VehicleSummary.qml @@ -109,9 +109,10 @@ Rectangle { // Outer summary item rectangle Rectangle { - width: _summaryBoxWidth - height: ScreenTools.defaultFontPixelHeight * 13 - color: qgcPal.window + width: _summaryBoxWidth + height: ScreenTools.defaultFontPixelHeight * 13 + color: qgcPal.window + visible: modelData.summaryQmlSource.toString() != "" readonly property real titleHeight: ScreenTools.defaultFontPixelHeight * 2