summary refs log tree commit diff
path: root/resources/qml/delegates/NoticeMessage.qml
blob: 67a690552bd391a59d1e2c920ca962c4831a1ff8 (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: isReply
}