mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:49:10 +08:00
Let Cura define how the message actions look like
CURA-6115
This commit is contained in:
parent
cab0349a9c
commit
8f8b13f7c4
@ -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…
x
Reference in New Issue
Block a user