mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52:05 +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 syncType // Wallet or Daemon
|
||||||
property string syncText: qsTr("%1 blocks remaining: ").arg(syncType)
|
property string syncText: qsTr("%1 blocks remaining: ").arg(syncType)
|
||||||
visible: false
|
visible: false
|
||||||
color: "black"
|
color: "transparent"
|
||||||
|
|
||||||
function updateProgress(currentBlock,targetBlock, blocksToSync, statusTxt){
|
function updateProgress(currentBlock,targetBlock, blocksToSync, statusTxt){
|
||||||
if(targetBlock > 0) {
|
if(targetBlock > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user