mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Use cura-styled button in about page
CURA-8688
This commit is contained in:
parent
7be54a47ec
commit
ec186f140b
1 changed files with 2 additions and 3 deletions
|
@ -165,12 +165,11 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
rightButtons: Cura.SecondaryButton
|
||||
rightButtons: Cura.TertiaryButton
|
||||
{
|
||||
//: Close about dialog button
|
||||
id: closeButton
|
||||
text: catalog.i18nc("@action:button", "Close")
|
||||
|
||||
onClicked: base.visible = false;
|
||||
onClicked: reject()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue