From 43f8f4131d88dfe7005fb0e1560c1f9e13606cff Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 17 Aug 2019 15:49:33 -0400 Subject: [PATCH] Slightly increase messages line height --- src/qml/Chat/Timeline/EventContent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Chat/Timeline/EventContent.qml b/src/qml/Chat/Timeline/EventContent.qml index 47ad10bd..110a12eb 100644 --- a/src/qml/Chat/Timeline/EventContent.qml +++ b/src/qml/Chat/Timeline/EventContent.qml @@ -77,6 +77,7 @@ Row { " " : "") + lineHeight: 1.1 color: theme.chat.message.body wrapMode: Text.Wrap