mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 18:31:11 -07:00
Let Cura define how the message actions look like
CURA-6115
This commit is contained in:
parent
cab0349a9c
commit
8f8b13f7c4
1 changed files with 16 additions and 0 deletions
|
|
@ -373,6 +373,22 @@ UM.MainWindow
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
bottomMargin: UM.Theme.getSize("default_margin").height
|
bottomMargin: UM.Theme.getSize("default_margin").height
|
||||||
}
|
}
|
||||||
|
|
||||||
|
primaryButton: Component
|
||||||
|
{
|
||||||
|
Cura.PrimaryButton
|
||||||
|
{
|
||||||
|
text: model.name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
secondaryButton: Component
|
||||||
|
{
|
||||||
|
Cura.SecondaryButton
|
||||||
|
{
|
||||||
|
text: model.name
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue