mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Change the colors to match the designs.
Contributes to CURA-5941.
This commit is contained in:
parent
15415dc3b9
commit
004405e5f9
4 changed files with 27 additions and 53 deletions
|
@ -25,7 +25,7 @@ Item
|
|||
{
|
||||
id: header
|
||||
height: UM.Theme.getSize("print_setup_widget_header").height
|
||||
color: UM.Theme.getColor("action_button_hovered") // TODO: It's not clear the color that we need to use here
|
||||
color: UM.Theme.getColor("secondary")
|
||||
|
||||
anchors
|
||||
{
|
||||
|
@ -46,9 +46,9 @@ Item
|
|||
|
||||
anchors
|
||||
{
|
||||
topMargin: UM.Theme.getSize("sidebar_margin").height
|
||||
topMargin: UM.Theme.getSize("default_margin").height
|
||||
left: parent.left
|
||||
leftMargin: UM.Theme.getSize("narrow_margin").height
|
||||
leftMargin: UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue