mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:15:57 +08:00
Fix extra line after plugin/materials list.
CURA-7240
This commit is contained in:
parent
4edef85346
commit
07569c6b88
@ -17,7 +17,8 @@ Item
|
|||||||
color: UM.Theme.getColor("lining")
|
color: UM.Theme.getColor("lining")
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: Math.floor(UM.Theme.getSize("default_lining").height)
|
height: Math.floor(UM.Theme.getSize("default_lining").height)
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.top
|
||||||
|
visible: index != 0
|
||||||
}
|
}
|
||||||
Row
|
Row
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user