From 3d687a283ed1f1a79bbfd262310c314182f1da0d Mon Sep 17 00:00:00 2001 From: Akseli Lahtinen Date: Sat, 13 May 2023 17:21:31 +0000 Subject: [PATCH] Add more bottom margin Adds more bottom margin so the Now Typing box wont cover the text BUG: 469616 --- src/qml/Component/TimelineView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Component/TimelineView.qml b/src/qml/Component/TimelineView.qml index bd9163eaf..e6c8f9d8f 100644 --- a/src/qml/Component/TimelineView.qml +++ b/src/qml/Component/TimelineView.qml @@ -35,7 +35,7 @@ QQC2.ScrollView { verticalLayoutDirection: ListView.BottomToTop highlightMoveDuration: 500 clip: true - bottomMargin: Kirigami.Units.largeSpacing + bottomMargin: Kirigami.Units.largeSpacing + Math.round(Kirigami.Theme.defaultFont.pointSize * 2) model: !isLoaded ? undefined : collapseStateProxyModel