mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 15:54:32 +08:00
Use cura-styled button in about page
CURA-8688
This commit is contained in:
parent
7be54a47ec
commit
ec186f140b
@ -165,12 +165,11 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rightButtons: Cura.SecondaryButton
|
rightButtons: Cura.TertiaryButton
|
||||||
{
|
{
|
||||||
//: Close about dialog button
|
//: Close about dialog button
|
||||||
id: closeButton
|
id: closeButton
|
||||||
text: catalog.i18nc("@action:button", "Close")
|
text: catalog.i18nc("@action:button", "Close")
|
||||||
|
onClicked: reject()
|
||||||
onClicked: base.visible = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user