aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LeftPanel.qml2
1 files changed, 1 insertions, 1 deletions
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 {