diff --git a/src/plugins/private/qml/WindowHeapDelegate.qml b/src/plugins/private/qml/WindowHeapDelegate.qml index 766444ceb4..2a87b59f6d 100644 --- a/src/plugins/private/qml/WindowHeapDelegate.qml +++ b/src/plugins/private/qml/WindowHeapDelegate.qml @@ -173,6 +173,7 @@ Item { visible: thumb.windowTitleVisible width: thumb.width anchors.top: parent.bottom + anchors.horizontalCenter: parent.horizontalCenter elide: Text.ElideRight text: thumb.window.caption textFormat: Text.PlainText