Bottom left panel needs to have a transparent background

This commit is contained in:
Sander Ferdinand 2018-05-03 12:56:54 +02:00
parent 48b9aa450d
commit 26aabd2226

View File

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