Fix extra line after plugin/materials list.

CURA-7240
This commit is contained in:
Remco Burema 2020-04-01 17:54:56 +02:00
parent 4edef85346
commit 07569c6b88
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -17,7 +17,8 @@ Item
color: UM.Theme.getColor("lining")
width: parent.width
height: Math.floor(UM.Theme.getSize("default_lining").height)
anchors.bottom: parent.bottom
anchors.bottom: parent.top
visible: index != 0
}
Row
{