mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Bottom left panel needs to have a transparent background
This commit is contained in:
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user