From 54df551b08e16f295448fd5a2491f858893b1532 Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 6 Dec 2019 09:22:38 -0400 Subject: [PATCH] Rename theme "uploadsBar" to "fileTransfer" --- src/qml/Chat/FileTransfer/TransferList.qml | 2 +- src/themes/Default.qpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/Chat/FileTransfer/TransferList.qml b/src/qml/Chat/FileTransfer/TransferList.qml index 41931b1c..cba0f5d3 100644 --- a/src/qml/Chat/FileTransfer/TransferList.qml +++ b/src/qml/Chat/FileTransfer/TransferList.qml @@ -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 diff --git a/src/themes/Default.qpl b/src/themes/Default.qpl index 8ce78096..04b5cb85 100644 --- a/src/themes/Default.qpl +++ b/src/themes/Default.qpl @@ -392,7 +392,7 @@ chat: colors.hue, colors.saturation, colors.intensity * 9, 0.52 ) - uploadsBar: + fileTransfer: color background: chat.typingMembers.background composer: