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
|
## Before release
|
||||||
|
|
||||||
- Check import function (index tuple error)
|
- overlay
|
||||||
|
- Bundle fonts
|
||||||
- Write a real README.md
|
- Write a real README.md
|
||||||
|
|
||||||
## Refactoring
|
## Refactoring
|
||||||
|
|
|
@ -12,6 +12,8 @@ MenuItem {
|
||||||
bottomPadding: topPadding
|
bottomPadding: topPadding
|
||||||
height: visible ? implicitHeight : 0
|
height: visible ? implicitHeight : 0
|
||||||
|
|
||||||
|
icon.color: theme.icons.colorize
|
||||||
|
|
||||||
background: HButtonBackground {
|
background: HButtonBackground {
|
||||||
button: menuItem
|
button: menuItem
|
||||||
buttonTheme: theme.controls.menuItem
|
buttonTheme: theme.controls.menuItem
|
||||||
|
|
Loading…
Reference in New Issue
Block a user