mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue