mirror of https://github.com/Nheko-Reborn/nheko
parent
a62276c289
commit
6a2e8a6952
@ -1,6 +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 |
height: isReply ? Math.min(timelineRoot.height / 8, implicitHeight) : undefined |
||||||
clip: isReply |
clip: isReply |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue