From 6075a5b58385b0adc79381a9eb0da069b50078c6 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 30 Aug 2023 11:59:28 +0200 Subject: [PATCH] Make the "Add printer" window resizable CURA-10896 --- resources/qml/Cura.qml | 2 ++ 1 file changed, 2 insertions(+) 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 }