mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08: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
@ -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…
x
Reference in New Issue
Block a user