mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Remove hard-coded height
This commit is contained in:
parent
2059042e60
commit
2d59271a69
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue