mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-01 02:10:47 +03:00
8 lines
144 B
QML
8 lines
144 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
text: model.formattedBody
|
|
width: parent ? parent.width : undefined
|
|
font.italic: true
|
|
color: inactiveColors.text
|
|
}
|