Avoid monochrome icons in launcher and task panel

See 18d95dc927
This commit is contained in:
Ilya Bizyaev 2020-02-12 18:17:20 +03:00
parent af8a4b506a
commit 423aeebc55
2 changed files with 2 additions and 0 deletions

View file

@ -117,6 +117,7 @@ ContainmentLayoutManager.ItemContainer {
Layout.minimumHeight: parent.height - root.reservedSpaceForLabel Layout.minimumHeight: parent.height - root.reservedSpaceForLabel
Layout.preferredHeight: Layout.minimumHeight Layout.preferredHeight: Layout.minimumHeight
usesPlasmaTheme: false
source: modelData ? modelData.ApplicationIconRole : "" source: modelData ? modelData.ApplicationIconRole : ""
Behavior on scale { Behavior on scale {
NumberAnimation { NumberAnimation {

View file

@ -95,6 +95,7 @@ Item {
anchors.centerIn: parent anchors.centerIn: parent
width: Math.min(parent.width, parent.height) / 2 width: Math.min(parent.width, parent.height) / 2
height: width height: width
usesPlasmaTheme: false
source: model.decoration source: model.decoration
} }
PlasmaComponents.Label { PlasmaComponents.Label {