Don't use anchors in a Layout context

The anchors won't work then. They can never mix.
In this case it's easiest to continue with the Layout.

Contributes to issue CURA-7501.
This commit is contained in:
Ghostkeeper 2020-10-16 15:41:14 +02:00
parent 13d0fbdea7
commit 5668eba6b2
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -42,8 +42,7 @@ UM.Dialog
Row { Row {
id: packageRow id: packageRow
anchors.left: parent.left Layout.fillWidth: true
anchors.right: parent.right
height: childrenRect.height height: childrenRect.height
spacing: UM.Theme.getSize("default_margin").width spacing: UM.Theme.getSize("default_margin").width
leftPadding: UM.Theme.getSize("narrow_margin").width leftPadding: UM.Theme.getSize("narrow_margin").width