9 lines
144 B
QML
9 lines
144 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
text: model.formattedBody
|
|
width: parent ? parent.width : undefined
|
|
font.italic: true
|
|
color: inactiveColors.text
|
|
}
|