Fix weird wrapping on the homescreen delegates

We are already setting the height properly through Layouts, setting it
alternatively confuses QML
This commit is contained in:
Aleix Pol 2019-12-09 21:01:23 +01:00
parent 06fe7ab86b
commit 1ae7a251a5

View file

@ -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