From 423aeebc55aa4b7f669b338085c166acccfbeaeb Mon Sep 17 00:00:00 2001 From: Ilya Bizyaev Date: Wed, 12 Feb 2020 18:17:20 +0300 Subject: [PATCH] Avoid monochrome icons in launcher and task panel See 18d95dc92703e6d44dd2fc7da2f452c6f5ff5ac4 --- .../homescreen/package/contents/ui/launcher/Delegate.qml | 1 + containments/taskpanel/package/contents/ui/Task.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/containments/homescreen/package/contents/ui/launcher/Delegate.qml b/containments/homescreen/package/contents/ui/launcher/Delegate.qml index 090775a3..8c7c5c88 100644 --- a/containments/homescreen/package/contents/ui/launcher/Delegate.qml +++ b/containments/homescreen/package/contents/ui/launcher/Delegate.qml @@ -117,6 +117,7 @@ ContainmentLayoutManager.ItemContainer { Layout.minimumHeight: parent.height - root.reservedSpaceForLabel Layout.preferredHeight: Layout.minimumHeight + usesPlasmaTheme: false source: modelData ? modelData.ApplicationIconRole : "" Behavior on scale { NumberAnimation { diff --git a/containments/taskpanel/package/contents/ui/Task.qml b/containments/taskpanel/package/contents/ui/Task.qml index b02aefed..6cdf149d 100644 --- a/containments/taskpanel/package/contents/ui/Task.qml +++ b/containments/taskpanel/package/contents/ui/Task.qml @@ -95,6 +95,7 @@ Item { anchors.centerIn: parent width: Math.min(parent.width, parent.height) / 2 height: width + usesPlasmaTheme: false source: model.decoration } PlasmaComponents.Label {