Remove hard-coded height

This commit is contained in:
Lipu Fei 2019-10-03 12:26:18 +02:00
parent 2059042e60
commit 2d59271a69

View file

@ -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