aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-05-03 12:56:54 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-05-03 12:56:54 +0200
commit26aabd2226604a599f53b4fd443a7fdb1bbfc03d (patch)
treeb3f53348ac35874fc584f5610606538bf5d2a889 /components
parent48b9aa450d2360af3b5d216f02e60a45b883d643 (diff)
downloadmonzero-gui-26aabd2226604a599f53b4fd443a7fdb1bbfc03d.tar.gz
monzero-gui-26aabd2226604a599f53b4fd443a7fdb1bbfc03d.tar.xz
monzero-gui-26aabd2226604a599f53b4fd443a7fdb1bbfc03d.zip
Bottom left panel needs to have a transparent background
Diffstat (limited to 'components')
-rw-r--r--components/ProgressBar.qml2
1 files changed, 1 insertions, 1 deletions
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) {