Index: sources/gui/qml/components/TextRect.qml =================================================================== diff -u -rcd7de5f6d239a11615ba8c6c03339a10996486ca -r7edbf109108511ddf6066758bdb7aa29f9d8fad3 --- sources/gui/qml/components/TextRect.qml (.../TextRect.qml) (revision cd7de5f6d239a11615ba8c6c03339a10996486ca) +++ sources/gui/qml/components/TextRect.qml (.../TextRect.qml) (revision 7edbf109108511ddf6066758bdb7aa29f9d8fad3) @@ -44,6 +44,8 @@ width : _column.width height: _column.height + clip: false + Column { id: _column width : Math.max(_titleText.width , _row.width ) height: _titleText.height + _row.height + spacing