Index: sources/gui/qml/components/ContentArea.qml =================================================================== diff -u -r7caa737179a8c31825ae6445f593ac7ff5f95080 -r16a8f25568b4636ebc31e76c86a8031940cc4ad7 --- sources/gui/qml/components/ContentArea.qml (.../ContentArea.qml) (revision 7caa737179a8c31825ae6445f593ac7ff5f95080) +++ sources/gui/qml/components/ContentArea.qml (.../ContentArea.qml) (revision 16a8f25568b4636ebc31e76c86a8031940cc4ad7) @@ -2,12 +2,9 @@ Item { id: _contentArea - height: contentItem ? contentItem.height : - 0 property Item contentItem: Item { id: defaultContentItem parent : _contentArea - height : 10 } onContentItemChanged: {