Animated popup

This commit is contained in:
Ian Paschal 2018-03-08 16:30:05 +01:00
parent 591d3f29ec
commit a2773ca897
3 changed files with 33 additions and 8 deletions

View file

@ -12,12 +12,14 @@ Column
{
id: base
property var outputDevice: Cura.MachineManager.printerOutputDevices[0]
property var computedHeight: container.height + configurationListHeading.height + 3 * padding
height: childrenRect.height + 2 * padding
padding: UM.Theme.getSize("default_margin").width
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
Label
{
id: configurationListHeading
text: catalog.i18nc("@label:header configurations", "Available configurations")
font: UM.Theme.getFont("large")
width: parent.width - 2 * parent.padding