mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Align menubar colors with new designs.
CURA-8688
This commit is contained in:
parent
e2fe50baf1
commit
b4edb89eb8
1 changed files with 1 additions and 2 deletions
|
@ -48,7 +48,6 @@ UM.MenuItem
|
|||
y: UM.Theme.getSize("default_lining").width
|
||||
width: menuItem.width - 2 * UM.Theme.getSize("default_lining").width
|
||||
height: menuItem.height - 2 * UM.Theme.getSize("default_lining").height
|
||||
|
||||
color: menuItem.highlighted ? UM.Theme.getColor("secondary"): UM.Theme.getColor("setting_control_highlight")
|
||||
color: menuItem.highlighted ? UM.Theme.getColor("background_2"): UM.Theme.getColor("background_1")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue