Let Cura define how the message actions look like

CURA-6115
This commit is contained in:
Jaime van Kessel 2019-01-25 11:07:37 +01:00
parent cab0349a9c
commit 8f8b13f7c4

View File

@ -373,6 +373,22 @@ UM.MainWindow
bottom: parent.bottom
bottomMargin: UM.Theme.getSize("default_margin").height
}
primaryButton: Component
{
Cura.PrimaryButton
{
text: model.name
}
}
secondaryButton: Component
{
Cura.SecondaryButton
{
text: model.name
}
}
}
}