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