folderview is now upstream default systray_iconSizes never ported, be happy with upstream for nowepel9
parent
6b7fc57068
commit
06e99d5595
@ -1,11 +0,0 @@
|
|||||||
diff --git a/lookandfeel/contents/defaults b/lookandfeel/contents/defaults
|
|
||||||
index 7dbc554..8dca8dc 100644
|
|
||||||
--- a/lookandfeel/contents/defaults
|
|
||||||
+++ b/lookandfeel/contents/defaults
|
|
||||||
@@ -21,3 +21,6 @@ LayoutName=org.kde.breeze.desktop
|
|
||||||
|
|
||||||
[kwinrc][WindowDecoration]
|
|
||||||
library=org.kde.breeze
|
|
||||||
+
|
|
||||||
+[Desktop][org.kde.plasma.desktop]
|
|
||||||
+Containment=org.kde.plasma.folder
|
|
@ -1,12 +0,0 @@
|
|||||||
diff -up plasma-workspace-5.7.4/applets/systemtray/package/contents/ui/main.qml.orig plasma-workspace-5.7.4/applets/systemtray/package/contents/ui/main.qml
|
|
||||||
--- plasma-workspace-5.7.4/applets/systemtray/package/contents/ui/main.qml.orig 2016-08-24 06:15:17.781268751 -0500
|
|
||||||
+++ plasma-workspace-5.7.4/applets/systemtray/package/contents/ui/main.qml 2016-08-24 06:17:35.647239516 -0500
|
|
||||||
@@ -31,7 +31,7 @@ MouseArea {
|
|
||||||
Layout.minimumHeight: vertical ? tasksRow.implicitHeight + (expander.visible ? expander.implicitHeight : 0) + 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