diff --git a/containments/desktop/package/contents/ui/FolderItemDelegate.qml b/containments/desktop/package/contents/ui/FolderItemDelegate.qml --- a/containments/desktop/package/contents/ui/FolderItemDelegate.qml +++ b/containments/desktop/package/contents/ui/FolderItemDelegate.qml @@ -291,12 +291,14 @@ AnchorChanges { target: label anchors.top: icon.bottom - anchors.horizontalCenter: parent.horizontalCenter + anchors.left: frameLoader.left + anchors.right: frameLoader.right } PropertyChanges { target: label anchors.topMargin: units.smallSpacing - width: Math.min(label.implicitWidth + units.smallSpacing, parent.width - units.smallSpacing * 4) + anchors.leftMargin: units.smallSpacing + anchors.rightMargin: units.smallSpacing maximumLineCount: plasmoid.configuration.textLines horizontalAlignment: Text.AlignHCenter }