AuthorDelegate: Don't make empty space clickable

(cherry picked from commit 4b7cbf37d5)
This commit is contained in:
Joshua Goins
2024-09-01 11:55:16 -04:00
parent fc21eea7e7
commit 47408d536d

View File

@@ -57,6 +57,9 @@ RowLayout {
cursorShape: Qt.PointingHandCursor cursorShape: Qt.PointingHandCursor
} }
} }
Item {
Layout.fillWidth: true
}
QQC2.Label { QQC2.Label {
id: timeLabel id: timeLabel
text: root.timeString text: root.timeString