commit: ab2c550da1ab1b385195c06257a9ad7b0a737258 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Jan 14 15:17:12 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jan 14 22:45:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2c550d
kde-plasma/plasma-desktop: remove unused patch Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14336 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> ...lasma-desktop-5.17.4-activities-kcm-hidpi.patch | 27 ---------------------- 1 file changed, 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 899df110935..00000000000 --- 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 <[email protected]> -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
