matrixion/resources/qml/delegates/NoticeMessage.qml
2021-02-10 14:38:41 +01:00

6 lines
169 B
QML

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