kcms/effects: Set header label to WordWrap instead of eliding into nowhere

This commit is contained in:
ivan tkachenko 2023-06-03 15:34:21 +03:00
parent 7dd04616ad
commit e0a89bf97d
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -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.")
}