From 3d4eb7a5f5f63e52592faeff77cb76838a5add5e Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sun, 25 Mar 2018 00:40:04 +0100 Subject: [PATCH] Progress bars are always visible after recent change to two bars --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeftPanel.qml b/LeftPanel.qml index 0869e63b..e99fa9fe 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -577,7 +577,7 @@ Rectangle { anchors.rightMargin: 4 anchors.bottom: (progressBar.visible)? progressBar.top : parent.bottom; connected: Wallet.ConnectionStatus_Disconnected - height: progressBar.visible ? 40 * scaleRatio : 60 * scaleRatio + height: 58 * scaleRatio } ProgressBar {