summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-23 11:19:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-23 15:59:13 +0100
commit9d610ee80b70f342a0ecd7b724508752d169fd10 (patch)
tree7e72bfeb7e100e4de2cb1128bbe93109f805a072 /kde-plasma/kscreen/files
parentkde-plasma/khotkeys: Drop 5.23.3 (r0) (diff)
downloadgentoo-9d610ee80b70f342a0ecd7b724508752d169fd10.tar.gz
gentoo-9d610ee80b70f342a0ecd7b724508752d169fd10.tar.bz2
gentoo-9d610ee80b70f342a0ecd7b724508752d169fd10.zip
kde-plasma/kscreen: Fix cut off text in kcm dialog
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=445341 Upstream commit 29343eb7586509dc37ecf5adcb3b6086803fa0ed Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kscreen/files')
-rw-r--r--kde-plasma/kscreen/files/kscreen-5.23.3-make-revert-message-wrap.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kscreen/files/kscreen-5.23.3-make-revert-message-wrap.patch b/kde-plasma/kscreen/files/kscreen-5.23.3-make-revert-message-wrap.patch
new file mode 100644
index 000000000000..440834a2971f
--- /dev/null
+++ b/kde-plasma/kscreen/files/kscreen-5.23.3-make-revert-message-wrap.patch
@@ -0,0 +1,31 @@
+From 29343eb7586509dc37ecf5adcb3b6086803fa0ed Mon Sep 17 00:00:00 2001
+From: Nate Graham <nate@kde.org>
+Date: Fri, 12 Nov 2021 15:22:46 -0700
+Subject: [PATCH] kcm: make revert message wrap
+
+This was the intention, but the wrap mode enum was being called from the
+wrong namespace, so it didn't work.
+
+BUG: 445341
+FIXED-IN: 5.23.4
+(cherry picked from commit fc02fb29ba9ffac749762e1577edd4308150fb03)
+---
+ kcm/package/contents/ui/main.qml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kcm/package/contents/ui/main.qml b/kcm/package/contents/ui/main.qml
+index 431999b..43b3ba4 100644
+--- a/kcm/package/contents/ui/main.qml
++++ b/kcm/package/contents/ui/main.qml
+@@ -110,7 +110,7 @@ KCM.SimpleKCM {
+ text: i18np("Will revert to previous configuration in %1 second.",
+ "Will revert to previous configuration in %1 seconds.",
+ revertCountdown);
+- wrapMode: Qt.WordWrap
++ wrapMode: Text.WordWrap
+ }
+ footer: RowLayout {
+ Controls.Button {
+--
+GitLab
+