From e0a89bf97d7804b23efb2cb811f70f181037f0b2 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Sat, 3 Jun 2023 15:34:21 +0300 Subject: [PATCH] kcms/effects: Set header label to WordWrap instead of eliding into nowhere --- src/kcms/effects/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kcms/effects/package/contents/ui/main.qml b/src/kcms/effects/package/contents/ui/main.qml index 199077354c..2266f8554c 100644 --- a/src/kcms/effects/package/contents/ui/main.qml +++ b/src/kcms/effects/package/contents/ui/main.qml @@ -24,7 +24,7 @@ ScrollViewKCM { QQC2.Label { Layout.fillWidth: true - elide: Text.ElideRight + wrapMode: Text.WordWrap text: i18n("Hint: To find out or configure how to activate an effect, look at the effect's settings.") }