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