mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08:00
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:
parent
d6b2b951f2
commit
af99b87bef
@ -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"; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user