Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Karmas <konskarm@gmail.com>2021-04-09 12:39:43 +0300
committerKostas Karmas <konskarm@gmail.com>2021-04-09 12:39:43 +0300
commit16cb42b3c74c7cfce524a55be84fc19bff1d7938 (patch)
treecfa5ad4cd9db45837bdc620a465dcee05df27040 /resources/qml/Cura.qml
parent7f6133ca9475eb48163b97aad3b87957190f3a8a (diff)
Set the size of the "What's New" dialog equal to the "Welcome" dialog
CURA-8154
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index 067024a7b5..abced93100 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -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