fix awkward message spacing
This commit is contained in:
parent
144e7cd038
commit
a3fcb4d990
@ -48,7 +48,7 @@ Item {
|
|||||||
property bool hovered: false
|
property bool hovered: false
|
||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
height: row.height+(reactionRow > 0 ? reactionRow.height-2 : 0 )
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent"
|
color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent"
|
||||||
|
Loading…
Reference in New Issue
Block a user