From abc76e593ae68f73a12f55177fad8ed9fd54f804 Mon Sep 17 00:00:00 2001 From: jelle Spijker Date: Thu, 17 Jun 2021 14:41:56 +0200 Subject: [PATCH] Increased the height of the welcome wizard screen. Discussed with UX what the best approach would be. Both came to the conclusion that this is the simplest and more aesthetic approach. The extra white space at the bottom and height of the first screen is still acceptable according to UX. Contributes to CURA-8290_whats_new_text --- resources/qml/WelcomePages/WhatsNewContent.qml | 2 +- resources/themes/cura-light/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index 9e03e59ecf..65989ee536 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -135,7 +135,7 @@ Item anchors { bottom: whatsNewNextButton.top - bottomMargin: UM.Theme.getSize("narrow_margin").height + bottomMargin: UM.Theme.getSize("wide_margin").height horizontalCenter: parent.horizontalCenter } diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 789161f9fc..5245d21455 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -581,7 +581,7 @@ "monitor_preheat_temperature_control": [4.5, 2.0], - "welcome_wizard_window": [46, 45], + "welcome_wizard_window": [46, 50], "modal_window_minimum": [60.0, 45], "license_window_minimum": [45, 45], "wizard_progress": [10.0, 0.0],