Bottom left panel needs to have a transparent background

pull/2/head
Sander Ferdinand 6 years ago
parent 48b9aa450d
commit 26aabd2226

@ -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) {