2019-11-03 05:28:16 +03:00
|
|
|
import ".."
|
2019-09-03 00:28:05 +03:00
|
|
|
|
2019-11-03 05:28:16 +03:00
|
|
|
MatrixText {
|
2019-10-08 21:55:09 +03:00
|
|
|
text: model.formattedBody
|
2019-10-28 00:01:40 +03:00
|
|
|
width: parent ? parent.width : undefined
|
2019-09-03 00:28:05 +03:00
|
|
|
}
|