Rename theme "uploadsBar" to "fileTransfer"
This commit is contained in:
parent
150a783c28
commit
54df551b08
|
@ -4,7 +4,7 @@ import "../../Base"
|
|||
Rectangle {
|
||||
implicitWidth: 800
|
||||
implicitHeight: firstDelegate ? firstDelegate.height : 0
|
||||
color: theme.chat.uploadsBar.background
|
||||
color: theme.chat.fileTransfer.background
|
||||
opacity: implicitHeight ? 1 : 0
|
||||
clip: true
|
||||
|
||||
|
|
|
@ -392,7 +392,7 @@ chat:
|
|||
colors.hue, colors.saturation, colors.intensity * 9, 0.52
|
||||
)
|
||||
|
||||
uploadsBar:
|
||||
fileTransfer:
|
||||
color background: chat.typingMembers.background
|
||||
|
||||
composer:
|
||||
|
|
Loading…
Reference in New Issue
Block a user