From 47408d536ddfefd8f18db3556ce484ccd40c2af1 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 1 Sep 2024 11:55:16 -0400 Subject: [PATCH] AuthorDelegate: Don't make empty space clickable (cherry picked from commit 4b7cbf37d5177f3780ed3b921f931f67c67f9032) --- src/timeline/AuthorComponent.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/timeline/AuthorComponent.qml b/src/timeline/AuthorComponent.qml index 85cb2f900..7e4647b9e 100644 --- a/src/timeline/AuthorComponent.qml +++ b/src/timeline/AuthorComponent.qml @@ -57,6 +57,9 @@ RowLayout { cursorShape: Qt.PointingHandCursor } } + Item { + Layout.fillWidth: true + } QQC2.Label { id: timeLabel text: root.timeString