mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:59:03 +08:00
Fix top and bottom margins
These were undefined properties otherwise. Contributes to issue CURA-8686.
This commit is contained in:
parent
7bda1336da
commit
7f0af55d1d
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user