mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -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()
|
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…
Add table
Add a link
Reference in a new issue