mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 15:13:12 +08:00
Remove hard-coded height
This commit is contained in:
parent
2059042e60
commit
2d59271a69
@ -238,9 +238,10 @@ Popup
|
|||||||
Cura.ContainerManager.clearUserContainers()
|
Cura.ContainerManager.clearUserContainers()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
height: 1
|
height: UM.Theme.getSize("default_lining").width
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
color: borderColor
|
color: borderColor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user