workaround for QTBUG-82607

This commit is contained in:
Michele Guerini Rocco 2022-09-30 12:46:52 +02:00
parent e4c6f68c41
commit 549798570e
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -112,7 +112,7 @@ Rectangle {
AdaptiveLayoutElement { AdaptiveLayoutElement {
id: timlineViewC id: timlineViewC
minimumWidth: fontMetrics.averageCharacterWidth * 40 + Nheko.avatarSize + 2 * Nheko.paddingMedium minimumWidth: fontMetrics.height/2 * 40 + Nheko.avatarSize + 2 * Nheko.paddingMedium
TimelineView { TimelineView {
id: timeline id: timeline