mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
fix awkward message spacing
This commit is contained in:
parent
144e7cd038
commit
a3fcb4d990
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Item {
|
|||
property bool hovered: false
|
||||
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
height: row.height+(reactionRow > 0 ? reactionRow.height-2 : 0 )
|
||||
|
||||
Rectangle {
|
||||
color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent"
|
||||
|
|
Loading…
Reference in a new issue