mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
y: UM.Theme.getSize("default_lining").width
|
||||||
width: menuItem.width - 2 * 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
|
height: menuItem.height - 2 * UM.Theme.getSize("default_lining").height
|
||||||
|
color: menuItem.highlighted ? UM.Theme.getColor("background_2"): UM.Theme.getColor("background_1")
|
||||||
color: menuItem.highlighted ? UM.Theme.getColor("secondary"): UM.Theme.getColor("setting_control_highlight")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue