Merge branch '4.11'

This commit is contained in:
Ghostkeeper 2021-09-03 13:07:19 +02:00
commit e4cf5568a5
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -114,9 +114,9 @@ Cura.ExpandablePopup
anchors
{
bottom: parent.bottom
bottomMargin: - height * 1 / 6
bottomMargin: - Math.round(height * 1 / 6)
left: parent.left
leftMargin: iconSize - width * 5 / 6
leftMargin: iconSize - Math.round(width * 5 / 6)
}
source: