Index: sources/gui/qml/components/TextRect.qml =================================================================== diff -u -r442d1c4f53c96991d4103485ff5ff683ed00d4f7 -r7edbf109108511ddf6066758bdb7aa29f9d8fad3 --- sources/gui/qml/components/TextRect.qml (.../TextRect.qml) (revision 442d1c4f53c96991d4103485ff5ff683ed00d4f7) +++ sources/gui/qml/components/TextRect.qml (.../TextRect.qml) (revision 7edbf109108511ddf6066758bdb7aa29f9d8fad3) @@ -14,7 +14,6 @@ // Qt import QtQuick 2.12 -import QtQuick.Controls 2.12 // Project // Qml imports @@ -45,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