mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
running apps: fix alignment of fallback icons in non-compact mode
fixes #1963 fixes #2024
This commit is contained in:
@@ -330,7 +330,8 @@ BasePill {
|
||||
}
|
||||
|
||||
StyledText {
|
||||
anchors.centerIn: parent
|
||||
anchors.horizontalCenter: iconImg.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
visible: !iconImg.visible && !Paths.isSteamApp(effectiveAppId)
|
||||
text: {
|
||||
root._desktopEntriesUpdateTrigger;
|
||||
@@ -573,7 +574,8 @@ BasePill {
|
||||
}
|
||||
|
||||
StyledText {
|
||||
anchors.centerIn: parent
|
||||
anchors.horizontalCenter: iconImg.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
visible: !iconImg.visible && !Paths.isSteamApp(effectiveAppId)
|
||||
text: {
|
||||
root._desktopEntriesUpdateTrigger;
|
||||
|
||||
Reference in New Issue
Block a user