Use cura-styled button in about page

CURA-8688
This commit is contained in:
casper 2022-02-18 16:01:51 +01:00
parent 7be54a47ec
commit ec186f140b

View File

@ -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()
}
}