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