Qml/Main: enable word wrap on mod card name

This commit is contained in:
Toast 2025-06-05 13:45:52 +02:00
parent 174f845b2c
commit b4743432c2

View file

@ -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