Change backgroundColor and margin for licenseDialog

CURA-7129
This commit is contained in:
Nino van Hooff 2020-01-21 14:43:02 +01:00
parent d86b1bec2e
commit 1287ebdc51

View File

@ -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