Merge pull request #945 from tastytea/fix-bubble-highlight

Make hover highlight fill the full width of the timeline
pull/947/head
DeepBlueV7.X 3 years ago committed by GitHub
commit b124cdfca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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 {

Loading…
Cancel
Save