4
0
mirror of https://github.com/QuasarApp/Credits.git synced 2025-05-13 18:09:41 +00:00

Update ListViewer.qml

This commit is contained in:
Andrei Yankovich 2021-10-20 00:26:20 +03:00 committed by GitHub
parent 8044f76588
commit 731f9a5c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,7 @@ ColumnLayout {
Layout.fillWidth: true
horizontalAlignment: (modelData.align)? modelData.align : horizontalAlignment
color: (modelData.color && modelData.color.length)? modelData.color: color
wrapMode: Text.WordWrap
textFormat: TextEdit.MarkdownText
linkColor: Material.accent