summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-02-18 01:24:08 +0000
committerGitHub <noreply@github.com>2022-02-18 01:24:08 +0000
commitb124cdfca24dffa46289534f1baba6354202320c (patch)
tree25b395aec778250c3b410cb5a8102020be60bb9e
parentAlways enable hover for ItemDelegate (diff)
parentMake hover highlight fill the full width of the timeline (diff)
downloadnheko-b124cdfca24dffa46289534f1baba6354202320c.tar.xz
Merge pull request #945 from tastytea/fix-bubble-highlight
Make hover highlight fill the full width of the timeline
-rw-r--r--resources/qml/TimelineRow.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml

index 7d17842f..cc081679 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml
@@ -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 {