mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 17:57:55 -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
|
//: 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…
Add table
Add a link
Reference in a new issue