fix ThemedIcon wrongly moved to S. namespace
This commit is contained in:
parent
c3d7fa0bc5
commit
a8d8da7145
2 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ M.HoverPanel {
|
||||||
radius: S.Theme.radius
|
radius: S.Theme.radius
|
||||||
}
|
}
|
||||||
|
|
||||||
S.ThemedIcon {
|
M.ThemedIcon {
|
||||||
id: entryIcon
|
id: entryIcon
|
||||||
visible: !entryItem.modelData.isSeparator && entryItem.modelData.icon !== ""
|
visible: !entryItem.modelData.isSeparator && entryItem.modelData.icon !== ""
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ RowLayout {
|
||||||
shadowHorizontalOffset: 0
|
shadowHorizontalOffset: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
S.ThemedIcon {
|
M.ThemedIcon {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: iconItem.modelData.icon
|
source: iconItem.modelData.icon
|
||||||
tint: iconItem._needsAttention ? S.Theme.base08 : (root.parent?.accentColor ?? S.Theme.base05)
|
tint: iconItem._needsAttention ? S.Theme.base08 : (root.parent?.accentColor ?? S.Theme.base05)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue