Index: sources/gui/qml/components/ContentArea.qml =================================================================== diff -u -r26af78da75502c56dcff8ad402e63d64a496f341 -rab7efbd73d4a4c0a0a10886629f9a5975ca08315 --- sources/gui/qml/components/ContentArea.qml (.../ContentArea.qml) (revision 26af78da75502c56dcff8ad402e63d64a496f341) +++ sources/gui/qml/components/ContentArea.qml (.../ContentArea.qml) (revision ab7efbd73d4a4c0a0a10886629f9a5975ca08315) @@ -16,6 +16,7 @@ contentItem.anchors.top = _contentArea.top contentItem.anchors.left = _contentArea.left contentItem.anchors.right = _contentArea.right + contentItem.anchors.bottom = _contentArea.bottom } } }