kcms/effects: Set header label to WordWrap instead of eliding into nowhere
This commit is contained in:
parent
7dd04616ad
commit
e0a89bf97d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue