e959443831
Sadly still required for replies, otherwise this would be perfect.
7 lines
161 B
QML
7 lines
161 B
QML
TextMessage {
|
|
font.italic: true
|
|
color: colors.buttonText
|
|
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
|
|
clip: isReply
|
|
}
|