Set the size of the "What's New" dialog equal to the "Welcome" dialog

CURA-8154
This commit is contained in:
Kostas Karmas 2021-04-09 11:39:43 +02:00
parent 7f6133ca94
commit 16cb42b3c7

View File

@ -863,6 +863,8 @@ UM.MainWindow
{ {
id: whatsNewDialog id: whatsNewDialog
title: catalog.i18nc("@title:window", "What's New") 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() model: CuraApplication.getWhatsNewPagesModel()
progressBarVisible: false progressBarVisible: false
visible: false visible: false