From 35a886b2830ab1ff49d638b8f9f65fe2ad8d922e Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 16 Apr 2025 11:26:41 +0300 Subject: [PATCH] plasma-workspace-6.3.4 rebuild --- .../plasma-workspace/files/47d50235.patch | 41 +++++++++++++++++++ desktop/kde/plasma/plasma-workspace/pspec.xml | 6 +-- 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 desktop/kde/plasma/plasma-workspace/files/47d50235.patch diff --git a/desktop/kde/plasma/plasma-workspace/files/47d50235.patch b/desktop/kde/plasma/plasma-workspace/files/47d50235.patch new file mode 100644 index 0000000000..50617c537d --- /dev/null +++ b/desktop/kde/plasma/plasma-workspace/files/47d50235.patch @@ -0,0 +1,41 @@ +From 47d502353720004fa2d0e7b0065994b75b3e0ded Mon Sep 17 00:00:00 2001 +From: Nate Graham +Date: Wed, 2 Apr 2025 20:57:09 +0000 +Subject: [PATCH] applets/notifications: improve paddings again + +Zero top padding is fine when there's only a summary label, but looks +bad when there's body text, an icon, or both. Correct that. + + +(cherry picked from commit 53b6289f84094d91745b79c3bc902e7f80f235ef) + +Co-authored-by: Nate Graham +--- + .../package/contents/ui/delegates/DelegatePopup.qml | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/applets/notifications/package/contents/ui/delegates/DelegatePopup.qml b/applets/notifications/package/contents/ui/delegates/DelegatePopup.qml +index 2038f49de50..e22a8322196 100644 +--- a/applets/notifications/package/contents/ui/delegates/DelegatePopup.qml ++++ b/applets/notifications/package/contents/ui/delegates/DelegatePopup.qml +@@ -93,6 +93,8 @@ BaseDelegate { + + Components.Summary { + id: summary ++ // Base layout intentionally has no row spacing, so add top padding here when needed ++ Layout.topMargin: delegateRoot.hasBodyText || icon.visible ? Kirigami.Units.smallSpacing : 0 + Layout.fillWidth: true + Layout.row: 2 + Layout.column: delegateRoot.__firstColumn +@@ -108,7 +110,7 @@ BaseDelegate { + + Components.Icon { + id: icon +- // We removed the row spacing from the base layout, so re-add it just here ++ // Base layout intentionally has no row spacing, so add top padding here + Layout.topMargin: Kirigami.Units.smallSpacing + Layout.row: 2 + Layout.column: delegateRoot.__firstColumn + 1 +-- +GitLab + diff --git a/desktop/kde/plasma/plasma-workspace/pspec.xml b/desktop/kde/plasma/plasma-workspace/pspec.xml index b0933a97b3..9025364352 100644 --- a/desktop/kde/plasma/plasma-workspace/pspec.xml +++ b/desktop/kde/plasma/plasma-workspace/pspec.xml @@ -142,7 +142,7 @@ - + 47d50235.patch @@ -376,8 +376,8 @@ - - 2025-04-02 + + 2025-04-16 6.3.4 Version bump. Pisi Linux Community