Remove close button

No idea why it was there in the first place. The dialog itself can be closed...

CURA-8949
This commit is contained in:
Jaime van Kessel 2022-02-18 16:28:10 +01:00
parent d6b2b951f2
commit af99b87bef

View File

@ -104,12 +104,6 @@ UM.ManagementPage
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
maximumWidth: minimumWidth * 3
maximumHeight: minimumHeight * 3
rightButtons: Button
{
text: catalog.i18nc("@action:button", "Close")
icon.name: "dialog-close"
onClicked: actionDialog.reject()
}
}
UM.I18nCatalog { id: catalog; name: "cura"; }