Make the "Add printer" window resizable

CURA-10896
This commit is contained in:
Erwan MATHIEU 2023-08-30 11:59:28 +02:00
parent d80e349f0b
commit 6075a5b583

View file

@ -826,6 +826,8 @@ UM.MainWindow
{
id: addMachineDialog
title: catalog.i18nc("@title:window", "Add Printer")
maximumWidth: undefined
maximumHeight: undefined
model: CuraApplication.getAddPrinterPagesModel()
progressBarVisible: false
}