mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-13 20:15:23 +02:00
UI : fix bi-colour message telling there was a call
setting message opacity to 1 to only have the messageInBgColor Gitlab: #1799 Change-Id: I37d0a354412ec8f2e7127203a2d0adf185674cea
This commit is contained in:
parent
51c716d718
commit
1d0fa772e2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ SBSMessageBase {
|
|||
bubble.border.color: CurrentConversation.color
|
||||
bubble.border.width: root.isActive ? 1.5 : 0
|
||||
bubble.color: JamiTheme.messageInBgColor
|
||||
bubble.opacity: 0.6
|
||||
bubble.opacity: 1
|
||||
|
||||
Connections {
|
||||
target: CurrentConversation
|
||||
|
|
Loading…
Add table
Reference in a new issue