summaryrefslogtreecommitdiffstats
path: root/resources/qml/delegates/NoticeMessage.qml
blob: c38cb555680354bbb0661c32f883c2be68895665 (plain)
1
2
3
4
5
6
TextMessage {
    font.italic: true
    color: colors.buttonText
    height: isReply ? Math.min(timelineRoot.height / 8, implicitHeight) : undefined
    clip: isReply
}