From 26aabd2226604a599f53b4fd443a7fdb1bbfc03d Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Thu, 3 May 2018 12:56:54 +0200 Subject: [PATCH] Bottom left panel needs to have a transparent background --- components/ProgressBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ProgressBar.qml b/components/ProgressBar.qml index e960ddfb..9f0bf5f7 100644 --- a/components/ProgressBar.qml +++ b/components/ProgressBar.qml @@ -37,7 +37,7 @@ Rectangle { property string syncType // Wallet or Daemon property string syncText: qsTr("%1 blocks remaining: ").arg(syncType) visible: false - color: "black" + color: "transparent" function updateProgress(currentBlock,targetBlock, blocksToSync, statusTxt){ if(targetBlock > 0) {