diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-05-03 12:56:54 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-05-03 12:56:54 +0200 |
| commit | 26aabd2226604a599f53b4fd443a7fdb1bbfc03d (patch) | |
| tree | b3f53348ac35874fc584f5610606538bf5d2a889 | |
| parent | 48b9aa450d2360af3b5d216f02e60a45b883d643 (diff) | |
| download | monzero-gui-26aabd2226604a599f53b4fd443a7fdb1bbfc03d.tar.gz monzero-gui-26aabd2226604a599f53b4fd443a7fdb1bbfc03d.tar.xz monzero-gui-26aabd2226604a599f53b4fd443a7fdb1bbfc03d.zip | |
Bottom left panel needs to have a transparent background
| -rw-r--r-- | components/ProgressBar.qml | 2 |
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) { |
