matrixion/resources/qml/delegates/NoticeMessage.qml
2020-10-08 21:11:21 +02:00

6 lines
158 B
QML

TextMessage {
font.italic: true
color: colors.buttonText
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
clip: true
}