From 549798570e5b6086bb7365e4827e06a17623910e Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 30 Sep 2022 12:46:52 +0200 Subject: [PATCH] workaround for QTBUG-82607 --- resources/qml/ChatPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml index 2803e97d..a91e0f02 100644 --- a/resources/qml/ChatPage.qml +++ b/resources/qml/ChatPage.qml @@ -112,7 +112,7 @@ Rectangle { AdaptiveLayoutElement { id: timlineViewC - minimumWidth: fontMetrics.averageCharacterWidth * 40 + Nheko.avatarSize + 2 * Nheko.paddingMedium + minimumWidth: fontMetrics.height/2 * 40 + Nheko.avatarSize + 2 * Nheko.paddingMedium TimelineView { id: timeline