themed tray menu icons, remove barSpacing
This commit is contained in:
parent
3c58464074
commit
6eff8710fd
2 changed files with 2 additions and 4 deletions
|
|
@ -81,7 +81,7 @@ M.PopupPanel {
|
|||
radius: M.Theme.radius
|
||||
}
|
||||
|
||||
Image {
|
||||
M.ThemedIcon {
|
||||
id: entryIcon
|
||||
visible: !entryItem.modelData.isSeparator && entryItem.modelData.icon !== ""
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
@ -90,6 +90,7 @@ M.PopupPanel {
|
|||
width: M.Theme.fontSize
|
||||
height: M.Theme.fontSize
|
||||
source: entryItem.modelData.icon
|
||||
tint: menuWindow.accentColor
|
||||
fillMode: Image.PreserveAspectFit
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue