matrixion/resources/qml/delegates/NoticeMessage.qml

7 lines
146 B
QML
Raw Normal View History

2020-02-09 03:24:24 +03:00
TextMessage {
2019-09-07 02:33:46 +03:00
font.italic: true
color: colors.buttonText
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
clip: true
2019-09-07 02:33:46 +03:00
}