forked from mirror/nheko
parent
000ab4853a
commit
004d10bfee
@ -1,4 +1,6 @@ |
|||||||
TextMessage { |
TextMessage { |
||||||
font.italic: true |
font.italic: true |
||||||
color: colors.buttonText |
color: colors.buttonText |
||||||
|
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined |
||||||
|
clip: true |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue