Add lining between bottom of extruders and build plate boxes

Using margins for this is not applicable since it was the background of the rectangle around the flow that has the correct lining colour. So this is manually adding a line.

Contributes to issue CURA-3161.
This commit is contained in:
Ghostkeeper 2017-02-13 12:01:27 +01:00
parent 34dccfd6a6
commit 2724af7508
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -139,6 +139,13 @@ Column
}
}
Rectangle
{
color: UM.Theme.getColor("sidebar_lining")
width: parent.width
height: UM.Theme.getSize("sidebar_lining_thin").width
}
Rectangle
{
color: UM.Theme.getColor("sidebar")