diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-04-27 15:31:53 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-04-27 15:31:53 -0500 |
| commit | 1deef732374c0734d91e36e98d7ad812b431dc3c (patch) | |
| tree | 6c1de49f05a5bcfdcf4a5ad1c4e51ceaf9fa73be /components/ProgressBar.qml | |
| parent | 60cefb3820f359b6c87fb631a6e593be317ba2ee (diff) | |
| parent | 791c26734f3acf9361eacc836230943b6d1184aa (diff) | |
| download | monzero-gui-1deef732374c0734d91e36e98d7ad812b431dc3c.tar.gz monzero-gui-1deef732374c0734d91e36e98d7ad812b431dc3c.tar.xz monzero-gui-1deef732374c0734d91e36e98d7ad812b431dc3c.zip | |
Merge pull request #1290
791c267 fix Leftpanel overlay
Diffstat (limited to 'components/ProgressBar.qml')
| -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 9f0bf5f7..e960ddfb 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: "transparent" + color: "black" function updateProgress(currentBlock,targetBlock, blocksToSync, statusTxt){ if(targetBlock > 0) { |
