mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 15:28:56 -07: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
2 changed files with 2 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ UM.Dialog
|
|||
{
|
||||
id: licenseDialog
|
||||
title: catalog.i18nc("@button", "Plugin license agreement")
|
||||
minimumWidth: UM.Theme.getSize("license_window_minimum").width
|
||||
minimumHeight: UM.Theme.getSize("license_window_minimum").height
|
||||
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
|
||||
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
|
||||
width: minimumWidth
|
||||
height: minimumHeight
|
||||
backgroundColor: UM.Theme.getColor("main_background")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue