mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Reduce the width of the license window
CURA-4222
This commit is contained in:
parent
062957c249
commit
ceccca8244
2 changed files with 3 additions and 2 deletions
|
@ -198,8 +198,8 @@ UM.Dialog
|
||||||
id: licenseDialog
|
id: licenseDialog
|
||||||
title: catalog.i18nc("@title:window", "Plugin License Agreement")
|
title: catalog.i18nc("@title:window", "Plugin License Agreement")
|
||||||
|
|
||||||
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
|
minimumWidth: UM.Theme.getSize("license_window_minimum").width
|
||||||
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
|
minimumHeight: UM.Theme.getSize("license_window_minimum").height
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
|
|
||||||
|
|
|
@ -328,6 +328,7 @@
|
||||||
"save_button_specs_icons": [1.4, 1.4],
|
"save_button_specs_icons": [1.4, 1.4],
|
||||||
|
|
||||||
"modal_window_minimum": [60.0, 45],
|
"modal_window_minimum": [60.0, 45],
|
||||||
|
"license_window_minimum": [45, 45],
|
||||||
"wizard_progress": [10.0, 0.0],
|
"wizard_progress": [10.0, 0.0],
|
||||||
|
|
||||||
"message": [30.0, 5.0],
|
"message": [30.0, 5.0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue