Merge pull request #1290

791c267 fix Leftpanel overlay
This commit is contained in:
luigi1111
2018-04-27 15:31:53 -05:00
3 changed files with 20 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ import "../components" as MoneroComponents
Rectangle {
id: item
color: "transparent"
color: "black"
property var connected: Wallet.ConnectionStatus_Disconnected
function getConnectionStatusString(status) {

View File

@@ -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) {