mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:28:58 +08:00
Remove unnecessary horizontalCenter anchor
Left and right anchors can't work at the same time with the horizontalCenter. In this case it makes more sence to remove the horizontalCenter, since the left and right ones also define the width of the rectangle. CURA-8014
This commit is contained in:
parent
55cb7f88a7
commit
7af6ea5cc5
@ -47,7 +47,6 @@ Item
|
|||||||
bottom: whatsNewDots.top
|
bottom: whatsNewDots.top
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
horizontalCenter: parent.horizontalCenter
|
|
||||||
margins: UM.Theme.getSize("default_margin").width * 2
|
margins: UM.Theme.getSize("default_margin").width * 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user