nheko/resources/qml/delegates/NoticeMessage.qml

7 lines
146 B
QML

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