mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 08:15:11 +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
|
minimumHeight: UM.Theme.getSize("license_window_minimum").height
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
|
backgroundColor: UM.Theme.getColor("main_background")
|
||||||
|
margin: screenScaleFactor * 10
|
||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
@ -27,7 +29,6 @@ UM.Dialog
|
|||||||
|
|
||||||
UM.I18nCatalog{id: catalog; name: "cura"}
|
UM.I18nCatalog{id: catalog; name: "cura"}
|
||||||
|
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: licenseHeader
|
id: licenseHeader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user