Size the Welcome Wizard using the theme

CURA-7022
This commit is contained in:
Kostas Karmas 2020-04-28 17:44:35 +02:00
parent 1981325b05
commit 05e92b953a
2 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,8 @@ Item
anchors.centerIn: parent
width: 580 * screenScaleFactor
height: 600 * screenScaleFactor
width: UM.Theme.getSize("welcome_wizard_window").width
height: UM.Theme.getSize("welcome_wizard_window").height
property int shadowOffset: 1 * screenScaleFactor

View File

@ -573,6 +573,7 @@
"monitor_preheat_temperature_control": [4.5, 2.0],
"welcome_wizard_window": [46.0, 45],
"modal_window_minimum": [60.0, 45],
"license_window_minimum": [45, 45],
"wizard_progress": [10.0, 0.0],