mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge pull request #9990 from Ultimaker/CURA-8290_whats_new_text
Increased the height of the welcome wizard screen.
This commit is contained in:
commit
29099b5690
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ Item
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
bottom: whatsNewNextButton.top
|
bottom: whatsNewNextButton.top
|
||||||
bottomMargin: UM.Theme.getSize("narrow_margin").height
|
bottomMargin: UM.Theme.getSize("wide_margin").height
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -581,7 +581,7 @@
|
||||||
|
|
||||||
"monitor_preheat_temperature_control": [4.5, 2.0],
|
"monitor_preheat_temperature_control": [4.5, 2.0],
|
||||||
|
|
||||||
"welcome_wizard_window": [46, 45],
|
"welcome_wizard_window": [46, 50],
|
||||||
"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…
Add table
Add a link
Reference in a new issue