summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-01-14 16:17:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-14 23:45:04 +0100
commitab2c550da1ab1b385195c06257a9ad7b0a737258 (patch)
tree3110682c99bae289567a353922ae4f15625673fd /kde-plasma
parentdev-libs/weston: Fix cairo dependency now that xcb USE flag dropped (diff)
downloadgentoo-ab2c550da1ab1b385195c06257a9ad7b0a737258.tar.gz
gentoo-ab2c550da1ab1b385195c06257a9ad7b0a737258.tar.bz2
gentoo-ab2c550da1ab1b385195c06257a9ad7b0a737258.zip
kde-plasma/plasma-desktop: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14336 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-desktop/files/plasma-desktop-5.17.4-activities-kcm-hidpi.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.17.4-activities-kcm-hidpi.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.17.4-activities-kcm-hidpi.patch
deleted file mode 100644
index 899df110935c..000000000000
--- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.17.4-activities-kcm-hidpi.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 567f71714faac305947573e307f486a9960cf1d1 Mon Sep 17 00:00:00 2001
-From: Nate Graham <nate@kde.org>
-Date: Fri, 13 Dec 2019 16:12:34 +0100
-Subject: [KCMs/Activities] Fix jagginess for activities list icons on high DPI
- systems
-
-BUG: 414945
-FIXED-IN: 5.17.5
----
- kcms/activities/qml/activitiesTab/ActivitiesView.qml | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/kcms/activities/qml/activitiesTab/ActivitiesView.qml b/kcms/activities/qml/activitiesTab/ActivitiesView.qml
-index aac13a2..531ef9f 100644
---- a/kcms/activities/qml/activitiesTab/ActivitiesView.qml
-+++ b/kcms/activities/qml/activitiesTab/ActivitiesView.qml
-@@ -52,6 +52,8 @@ ColumnLayout {
- height: Kirigami.Units.iconSizes.medium
- width: height
- source: model.icon
-+ sourceSize.width: model.icon.width
-+ sourceSize.height: model.icon.height
- }
-
- QQC2.Label {
---
-cgit v1.1