mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Make reply background a bit less saturated
This commit is contained in:
parent
081bd8d5f1
commit
5df47c4b4a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Item {
|
||||||
z: -1
|
z: -1
|
||||||
height: replyContainer.height
|
height: replyContainer.height
|
||||||
width: Math.min(Math.max(reply.implicitWidth, userName.implicitWidth) + 8 + 4, parent.width)
|
width: Math.min(Math.max(reply.implicitWidth, userName.implicitWidth) + 8 + 4, parent.width)
|
||||||
color: Qt.rgba(userColor.r, userColor.g, userColor.b, 0.2)
|
color: Qt.rgba(userColor.r, userColor.g, userColor.b, 0.1)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue