mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Size the Welcome Wizard using the theme
CURA-7022
This commit is contained in:
parent
1981325b05
commit
05e92b953a
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue