Simplify anchors of background rectangle

Contributes to issue CURA-8686.
This commit is contained in:
Ghostkeeper 2022-01-28 11:06:07 +01:00
parent 7bc109d1f0
commit 92ed791f53
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -26,17 +26,8 @@ Flickable
background: Rectangle //Providing the background color and border.
{
anchors
{
top: parent.top
topMargin: -border.width
bottom: parent.bottom
bottomMargin: -border.width
left: parent.left
leftMargin: -border.width
right: parent.right
rightMargin: -border.width
}
anchors.fill: parent
anchors.margins: -border.width
color: scrollableTextAreaBase.back_color
border.color: UM.Theme.getColor("thick_lining")