2020-02-09 01:24:24 +01:00
|
|
|
TextMessage {
|
2019-09-07 01:33:46 +02:00
|
|
|
font.italic: true
|
2020-03-28 19:12:00 +01:00
|
|
|
color: colors.buttonText
|
2020-05-13 01:09:40 +02:00
|
|
|
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
|
|
|
|
clip: true
|
2019-09-07 01:33:46 +02:00
|
|
|
}
|