Fix top and bottom margins

These were undefined properties otherwise.

Contributes to issue CURA-8686.
This commit is contained in:
Ghostkeeper 2022-01-17 17:59:45 +01:00
parent 7bda1336da
commit 7f0af55d1d
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -28,9 +28,9 @@ ScrollView
right: parent.right
rightMargin: parent.background.border.width
top: parent.top
topMargin: rightMargin
topMargin: anchors.rightMargin
bottom: parent.bottom
bottomMargin: rightMargin
bottomMargin: anchors.rightMargin
}
}