mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue