mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix extra line after plugin/materials list.
CURA-7240
This commit is contained in:
parent
4edef85346
commit
07569c6b88
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue