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