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

remotes/origin/work/zzag/cursor-shape-v1
ivan tkachenko 3 years ago
parent 7dd04616ad
commit e0a89bf97d
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3
  1. 2
      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.")
}

Loading…
Cancel
Save