Browse Source

Remove close button

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

CURA-8949
Jaime van Kessel 3 years ago
parent
commit
af99b87bef
1 changed files with 0 additions and 6 deletions
  1. 0 6
      resources/qml/Preferences/MachinesPage.qml

+ 0 - 6
resources/qml/Preferences/MachinesPage.qml

@@ -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"; }