Make hover highlight fill the full width of the timeline

Rows in the message bubble design are only as wide as the bubbles. This
lead to invisible hover highlight. Now it's consistent.
This commit is contained in:
tastytea 2022-02-18 01:55:01 +01:00
parent 0629ea5932
commit 624da5e028
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ Item {
Rectangle {
color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent"
anchors.fill: row
anchors.fill: parent
anchors.leftMargin: Settings.smallAvatars? 0 : Nheko.avatarSize+8
}
TapHandler {