mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Change backgroundColor and margin for licenseDialog
CURA-7129
This commit is contained in:
parent
d86b1bec2e
commit
1287ebdc51
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue