diff --git a/src/plugins/private/qml/WindowHeapDelegate.qml b/src/plugins/private/qml/WindowHeapDelegate.qml index 6b4227b481..766444ceb4 100644 --- a/src/plugins/private/qml/WindowHeapDelegate.qml +++ b/src/plugins/private/qml/WindowHeapDelegate.qml @@ -171,9 +171,8 @@ Item { WorkspaceComponents.ShadowedLabel { id: caption visible: thumb.windowTitleVisible - width: Math.min(implicitWidth, thumb.width) + width: thumb.width anchors.top: parent.bottom - anchors.horizontalCenter: parent.horizontalCenter elide: Text.ElideRight text: thumb.window.caption textFormat: Text.PlainText