mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-19 06:55:24 +02:00
misc: fix message bar buttons background color
Change-Id: Ie934835952180803473645bd041bbbba06f02d4f
This commit is contained in:
parent
9f570a3cee
commit
c0a5ced044
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ RowLayout {
|
|||
Layout.preferredHeight: parent.height
|
||||
Layout.preferredWidth: childrenRect.width
|
||||
visible: !CurrentConversation.isSip
|
||||
color: JamiTheme.transparentColor
|
||||
ComboBox {
|
||||
id: showMoreButton
|
||||
width: JamiTheme.chatViewFooterButtonSize
|
||||
|
@ -1174,6 +1175,7 @@ RowLayout {
|
|||
Layout.preferredHeight: parent.height
|
||||
Layout.preferredWidth: childrenRect.width
|
||||
visible: sendButtonVisibility
|
||||
color: JamiTheme.transparentColor
|
||||
PushButton {
|
||||
id: sendMessageButton
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue