Qml/Main: enable word wrap on mod card name
This commit is contained in:
parent
174f845b2c
commit
b4743432c2
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ Kirigami.ApplicationWindow {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: mod.name
|
text: mod.name
|
||||||
type: Kirigami.Heading.Type.Primary
|
type: Kirigami.Heading.Type.Primary
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
Kirigami.Separator {
|
Kirigami.Separator {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue