mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:35:56 +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
|
right: parent.right
|
||||||
rightMargin: parent.background.border.width
|
rightMargin: parent.background.border.width
|
||||||
top: parent.top
|
top: parent.top
|
||||||
topMargin: rightMargin
|
topMargin: anchors.rightMargin
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
bottomMargin: rightMargin
|
bottomMargin: anchors.rightMargin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user