summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-workspace/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
commit38b7258d086dd5e263c3bbe3880c8c956676bc71 (patch)
tree6fce284d5bfddaf597a490ac66069d16c6a485db /kde-plasma/plasma-workspace/files
parent0ebf740b9c9bc7c10ac41bea315ecc6c01c79166 (diff)
gentoo resync : 25.01.2018
Diffstat (limited to 'kde-plasma/plasma-workspace/files')
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.10.5-devicenotifier.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.5-devicenotifier.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.5-devicenotifier.patch
deleted file mode 100644
index 978f326e620f..000000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.5-devicenotifier.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From b8f263cd9939530a6634a1ddb9533bf473a67805 Mon Sep 17 00:00:00 2001
-From: Kai Uwe Broulik <kde@privat.broulik.de>
-Date: Wed, 23 Aug 2017 11:10:34 +0200
-Subject: [Device Notifier] Set preferred size for ActionItem
-
-In QtQuick Layouts implicit size (set by IconItem to the SVG's natural size) takes
-precedence over width/height. This was fixed in DeviceItem but forgotten here.
-
-BUG: 382541
-FIXED-IN: 5.8.8
----
- applets/devicenotifier/package/contents/ui/ActionItem.qml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/applets/devicenotifier/package/contents/ui/ActionItem.qml b/applets/devicenotifier/package/contents/ui/ActionItem.qml
-index 5e54866..df28365 100644
---- a/applets/devicenotifier/package/contents/ui/ActionItem.qml
-+++ b/applets/devicenotifier/package/contents/ui/ActionItem.qml
-@@ -56,8 +56,8 @@ MouseArea {
-
- PlasmaCore.IconItem {
- source: area.icon
-- width: units.iconSizes.smallMedium
-- height: width
-+ Layout.preferredWidth: units.iconSizes.smallMedium
-+ Layout.preferredHeight: width
- }
-
- PlasmaComponents.Label {
---
-cgit v0.11.2
-