mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
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:
parent
06fe7ab86b
commit
1ae7a251a5
1 changed files with 0 additions and 1 deletions
|
|
@ -129,7 +129,6 @@ ContainmentLayoutManager.ItemContainer {
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: root.reservedSpaceForLabel
|
Layout.preferredHeight: root.reservedSpaceForLabel
|
||||||
height: root.reservedSpaceForLabel
|
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
Layout.leftMargin: -parent.anchors.leftMargin + units.smallSpacing
|
Layout.leftMargin: -parent.anchors.leftMargin + units.smallSpacing
|
||||||
Layout.rightMargin: -parent.anchors.rightMargin + units.smallSpacing
|
Layout.rightMargin: -parent.anchors.rightMargin + units.smallSpacing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue