themed tray menu icons, remove barSpacing

This commit is contained in:
Damocles 2026-04-13 16:29:32 +02:00
parent 3c58464074
commit 6eff8710fd
2 changed files with 2 additions and 4 deletions

View file

@ -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
}