From 1ae7a251a5f4126ef7c6037de11ceae02698451c Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Mon, 9 Dec 2019 21:01:23 +0100 Subject: [PATCH] Fix weird wrapping on the homescreen delegates We are already setting the height properly through Layouts, setting it alternatively confuses QML --- .../homescreen/package/contents/ui/launcher/Delegate.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/containments/homescreen/package/contents/ui/launcher/Delegate.qml b/containments/homescreen/package/contents/ui/launcher/Delegate.qml index c275cf35..9587c3f0 100644 --- a/containments/homescreen/package/contents/ui/launcher/Delegate.qml +++ b/containments/homescreen/package/contents/ui/launcher/Delegate.qml @@ -129,7 +129,6 @@ ContainmentLayoutManager.ItemContainer { Layout.fillWidth: true Layout.preferredHeight: root.reservedSpaceForLabel - height: root.reservedSpaceForLabel wrapMode: Text.WordWrap Layout.leftMargin: -parent.anchors.leftMargin + units.smallSpacing Layout.rightMargin: -parent.anchors.rightMargin + units.smallSpacing