mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
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:
parent
13d0fbdea7
commit
5668eba6b2
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ UM.Dialog
|
|||
Row {
|
||||
id: packageRow
|
||||
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
Layout.fillWidth: true
|
||||
height: childrenRect.height
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
leftPadding: UM.Theme.getSize("narrow_margin").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue