nheko/resources/qml/delegates/NoticeMessage.qml

7 lines
161 B
QML
Raw Normal View History

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