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 @@ -316,7 +316,7 @@ PropertyChanges { target: label anchors.topMargin: units.smallSpacing - width: Math.min(label.implicitWidth + units.smallSpacing, parent.width - units.smallSpacing) + width: Math.round(Math.min(label.implicitWidth + units.smallSpacing, parent.width - units.smallSpacing)) maximumLineCount: plasmoid.configuration.textLines horizontalAlignment: Text.AlignHCenter }