mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +08:00
Generalize the size of the licence window
No need to have a seperate size of the licence window. Just use the default modal one
This commit is contained in:
parent
b3d3f5546c
commit
5f638ed6c6
@ -14,8 +14,8 @@ UM.Dialog
|
|||||||
{
|
{
|
||||||
id: licenseDialog
|
id: licenseDialog
|
||||||
title: catalog.i18nc("@button", "Plugin license agreement")
|
title: catalog.i18nc("@button", "Plugin license agreement")
|
||||||
minimumWidth: UM.Theme.getSize("license_window_minimum").width
|
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
|
||||||
minimumHeight: UM.Theme.getSize("license_window_minimum").height
|
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
backgroundColor: UM.Theme.getColor("main_background")
|
backgroundColor: UM.Theme.getColor("main_background")
|
||||||
|
@ -632,7 +632,6 @@
|
|||||||
|
|
||||||
"welcome_wizard_window": [46, 50],
|
"welcome_wizard_window": [46, 50],
|
||||||
"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…
x
Reference in New Issue
Block a user