From 1527a0cf13ec92e0185edf3b94b6211480769200 Mon Sep 17 00:00:00 2001 From: Bharadwaj Raju Date: Thu, 14 Jul 2022 04:25:31 +0530 Subject: [PATCH] Don't use Plasma-themed icons in Present Windows BUG: 455368 --- src/effects/private/qml/WindowHeapDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/private/qml/WindowHeapDelegate.qml b/src/effects/private/qml/WindowHeapDelegate.qml index 1690e7173a..b41be7f689 100644 --- a/src/effects/private/qml/WindowHeapDelegate.qml +++ b/src/effects/private/qml/WindowHeapDelegate.qml @@ -157,6 +157,7 @@ Item { width: PlasmaCore.Units.iconSizes.large height: width source: thumb.client.icon + usesPlasmaTheme: false anchors.horizontalCenter: thumbSource.horizontalCenter anchors.bottom: thumbSource.bottom anchors.bottomMargin: -height / 4