parent
3ec35fbbf5
commit
223d06db4d
@ -1,3 +1,4 @@
|
|||||||
/plasma-workspace-5.6.95.tar.xz
|
/plasma-workspace-5.6.95.tar.xz
|
||||||
/plasma-workspace-5.7.0.tar.xz
|
/plasma-workspace-5.7.0.tar.xz
|
||||||
/plasma-workspace-5.7.1.tar.xz
|
/plasma-workspace-5.7.1.tar.xz
|
||||||
|
/plasma-workspace-5.7.2.tar.xz
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
From 1ba0e6e5ddd598e9b0cf87a654467f97c06b26c5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Kai Uwe Broulik <kde@privat.broulik.de>
|
|
||||||
Date: Wed, 6 Jul 2016 11:26:48 +0200
|
|
||||||
Subject: [PATCH 03/19] [System Tray] Increase maximum icon size
|
|
||||||
|
|
||||||
BUG: 364431
|
|
||||||
FIXED-IN: 5.7.1
|
|
||||||
|
|
||||||
Differential Revision: https://phabricator.kde.org/D2097
|
|
||||||
---
|
|
||||||
applets/systemtray/package/contents/ui/main.qml | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/applets/systemtray/package/contents/ui/main.qml b/applets/systemtray/package/contents/ui/main.qml
|
|
||||||
index 20fd211..fa710ed 100644
|
|
||||||
--- a/applets/systemtray/package/contents/ui/main.qml
|
|
||||||
+++ b/applets/systemtray/package/contents/ui/main.qml
|
|
||||||
@@ -31,7 +31,7 @@ MouseArea {
|
|
||||||
Layout.minimumHeight: vertical ? tasksRow.implicitHeight+ expander.implicitHeight + units.smallSpacing : units.smallSpacing
|
|
||||||
|
|
||||||
property bool vertical: plasmoid.formFactor == PlasmaCore.Types.Vertical
|
|
||||||
- property int itemSize: Math.min(Math.min(width, height), units.iconSizes.smallMedium)
|
|
||||||
+ property int itemSize: Math.min(Math.min(width, height), units.iconSizes.medium)
|
|
||||||
property int hiddenItemSize: units.iconSizes.smallMedium
|
|
||||||
property alias expanded: dialog.visible
|
|
||||||
property Item activeApplet
|
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
|||||||
|
diff -up plasma-workspace-5.7.2/applets/systemtray/package/contents/ui/main.qml.orig plasma-workspace-5.7.2/applets/systemtray/package/contents/ui/main.qml
|
||||||
|
--- plasma-workspace-5.7.2/applets/systemtray/package/contents/ui/main.qml.orig 2016-07-19 10:36:25.219419321 -0500
|
||||||
|
+++ plasma-workspace-5.7.2/applets/systemtray/package/contents/ui/main.qml 2016-07-19 10:38:42.199898555 -0500
|
||||||
|
@@ -31,7 +31,7 @@ MouseArea {
|
||||||
|
Layout.minimumHeight: vertical ? tasksRow.implicitHeight+ expander.implicitHeight + units.smallSpacing : units.smallSpacing
|
||||||
|
|
||||||
|
property bool vertical: plasmoid.formFactor == PlasmaCore.Types.Vertical
|
||||||
|
- property int itemSize: units.roundToIconSize(Math.min(Math.min(width, height), units.iconSizes.medium))
|
||||||
|
+ property int itemSize: units.roundToIconSize(Math.min(Math.min(width, height), units.iconSizes.smallMedium))
|
||||||
|
property int hiddenItemSize: units.iconSizes.smallMedium
|
||||||
|
property alias expanded: dialog.visible
|
||||||
|
property Item activeApplet
|
Loading…
Reference in new issue