summary refs log tree commit diff
path: root/resources/qml/delegates/NoticeMessage.qml
blob: d9a7a3e78687475c7599e8e1d29f4954d2794eb2 (plain) (blame)
1
2
3
4
5
6
TextMessage {
    font.italic: true
    color: colors.buttonText
    height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
    clip: true
}