Fix HMenuItem icon colors
This commit is contained in:
parent
cada86a05f
commit
bbc4a9bb17
3
TODO.md
3
TODO.md
|
@ -2,7 +2,8 @@
|
|||
|
||||
## Before release
|
||||
|
||||
- Check import function (index tuple error)
|
||||
- overlay
|
||||
- Bundle fonts
|
||||
- Write a real README.md
|
||||
|
||||
## Refactoring
|
||||
|
|
|
@ -12,6 +12,8 @@ MenuItem {
|
|||
bottomPadding: topPadding
|
||||
height: visible ? implicitHeight : 0
|
||||
|
||||
icon.color: theme.icons.colorize
|
||||
|
||||
background: HButtonBackground {
|
||||
button: menuItem
|
||||
buttonTheme: theme.controls.menuItem
|
||||
|
|
Loading…
Reference in New Issue
Block a user