mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:36:05 +08:00
Make the "Add printer" window resizable
CURA-10896
This commit is contained in:
parent
d80e349f0b
commit
6075a5b583
@ -826,6 +826,8 @@ UM.MainWindow
|
|||||||
{
|
{
|
||||||
id: addMachineDialog
|
id: addMachineDialog
|
||||||
title: catalog.i18nc("@title:window", "Add Printer")
|
title: catalog.i18nc("@title:window", "Add Printer")
|
||||||
|
maximumWidth: undefined
|
||||||
|
maximumHeight: undefined
|
||||||
model: CuraApplication.getAddPrinterPagesModel()
|
model: CuraApplication.getAddPrinterPagesModel()
|
||||||
progressBarVisible: false
|
progressBarVisible: false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user