mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Make the "Add printer" window resizable
CURA-10896
This commit is contained in:
parent
d80e349f0b
commit
6075a5b583
1 changed files with 2 additions and 0 deletions
|
@ -826,6 +826,8 @@ UM.MainWindow
|
|||
{
|
||||
id: addMachineDialog
|
||||
title: catalog.i18nc("@title:window", "Add Printer")
|
||||
maximumWidth: undefined
|
||||
maximumHeight: undefined
|
||||
model: CuraApplication.getAddPrinterPagesModel()
|
||||
progressBarVisible: false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue