diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-13 01:09:40 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-13 01:09:45 +0200 |
commit | 004d10bfeedb5e4278beafbd6b2f288b9b106a26 (patch) | |
tree | e4f17745205bf5d27b2497fa6c69e6d0d2c46e3a /resources/qml/delegates/Reply.qml | |
parent | Translation updates (diff) | |
download | nheko-004d10bfeedb5e4278beafbd6b2f288b9b106a26.tar.xz |
Clip replies by default
In the future we should probably add a gradient when clipped...
Diffstat (limited to 'resources/qml/delegates/Reply.qml')
-rw-r--r-- | resources/qml/delegates/Reply.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/delegates/Reply.qml b/resources/qml/delegates/Reply.qml index 90013de9..f9fd3f11 100644 --- a/resources/qml/delegates/Reply.qml +++ b/resources/qml/delegates/Reply.qml @@ -51,6 +51,7 @@ Item { MessageDelegate { id: reply width: parent.width + isReply: true } } |