diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 31066f8f46..7ce5f72fcf 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -826,6 +826,8 @@ UM.MainWindow { id: addMachineDialog title: catalog.i18nc("@title:window", "Add Printer") + maximumWidth: undefined + maximumHeight: undefined model: CuraApplication.getAddPrinterPagesModel() progressBarVisible: false }