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 {