mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:45:55 +08:00
Size the Welcome Wizard using the theme
CURA-7022
This commit is contained in:
parent
1981325b05
commit
05e92b953a
@ -21,8 +21,8 @@ Item
|
|||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
width: 580 * screenScaleFactor
|
width: UM.Theme.getSize("welcome_wizard_window").width
|
||||||
height: 600 * screenScaleFactor
|
height: UM.Theme.getSize("welcome_wizard_window").height
|
||||||
|
|
||||||
property int shadowOffset: 1 * screenScaleFactor
|
property int shadowOffset: 1 * screenScaleFactor
|
||||||
|
|
||||||
|
@ -573,6 +573,7 @@
|
|||||||
|
|
||||||
"monitor_preheat_temperature_control": [4.5, 2.0],
|
"monitor_preheat_temperature_control": [4.5, 2.0],
|
||||||
|
|
||||||
|
"welcome_wizard_window": [46.0, 45],
|
||||||
"modal_window_minimum": [60.0, 45],
|
"modal_window_minimum": [60.0, 45],
|
||||||
"license_window_minimum": [45, 45],
|
"license_window_minimum": [45, 45],
|
||||||
"wizard_progress": [10.0, 0.0],
|
"wizard_progress": [10.0, 0.0],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user