mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Add cancel-button and fix window-size (add printer). [CURA-6435]
This commit is contained in:
parent
bcfb2c02e5
commit
b5d4ef61f5
3 changed files with 22 additions and 1 deletions
|
@ -794,6 +794,7 @@ UM.MainWindow
|
|||
title: catalog.i18nc("@title:window", "Add Printer")
|
||||
model: CuraApplication.getAddPrinterPagesModel()
|
||||
progressBarVisible: false
|
||||
hasCancelButton: true
|
||||
}
|
||||
|
||||
Cura.WizardDialog
|
||||
|
@ -802,6 +803,7 @@ UM.MainWindow
|
|||
title: catalog.i18nc("@title:window", "What's New")
|
||||
model: CuraApplication.getWhatsNewPagesModel()
|
||||
progressBarVisible: false
|
||||
hasCancelButton: false
|
||||
}
|
||||
|
||||
Connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue