mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Set the size of the "What's New" dialog equal to the "Welcome" dialog
CURA-8154
This commit is contained in:
parent
7f6133ca94
commit
16cb42b3c7
1 changed files with 2 additions and 0 deletions
|
|
@ -863,6 +863,8 @@ UM.MainWindow
|
|||
{
|
||||
id: whatsNewDialog
|
||||
title: catalog.i18nc("@title:window", "What's New")
|
||||
minimumWidth: UM.Theme.getSize("welcome_wizard_window").width
|
||||
minimumHeight: UM.Theme.getSize("welcome_wizard_window").height
|
||||
model: CuraApplication.getWhatsNewPagesModel()
|
||||
progressBarVisible: false
|
||||
visible: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue