TrayMenu: Fix submenu burger icon color when hovered.
This commit is contained in:
parent
d80f923802
commit
53d0c3943d
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ PopupWindow {
|
||||||
font.pointSize: Style.fontSizeS * scaling
|
font.pointSize: Style.fontSizeS * scaling
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
visible: modelData?.hasChildren ?? false
|
visible: modelData?.hasChildren ?? false
|
||||||
color: Color.mOnSurface
|
color: (mouseArea.containsMouse ? Color.mOnTertiary : Color.mOnSurface)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue