mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 23:35:23 +08:00
Change backgroundColor and margin for licenseDialog
CURA-7129
This commit is contained in:
parent
d86b1bec2e
commit
1287ebdc51
@ -20,6 +20,8 @@ UM.Dialog
|
||||
minimumHeight: UM.Theme.getSize("license_window_minimum").height
|
||||
width: minimumWidth
|
||||
height: minimumHeight
|
||||
backgroundColor: UM.Theme.getColor("main_background")
|
||||
margin: screenScaleFactor * 10
|
||||
|
||||
Item
|
||||
{
|
||||
@ -27,7 +29,6 @@ UM.Dialog
|
||||
|
||||
UM.I18nCatalog{id: catalog; name: "cura"}
|
||||
|
||||
|
||||
Label
|
||||
{
|
||||
id: licenseHeader
|
||||
|
Loading…
x
Reference in New Issue
Block a user