aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-25 00:40:04 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:04 +0100
commit3d4eb7a5f5f63e52592faeff77cb76838a5add5e (patch)
treeb02b98d71e4dcdb5a0e76ce9c54d44a810f5c7a5 /LeftPanel.qml
parent06bda869e081a874ef6d7fae377970c7a8ace42a (diff)
downloadmonzero-gui-3d4eb7a5f5f63e52592faeff77cb76838a5add5e.tar.gz
monzero-gui-3d4eb7a5f5f63e52592faeff77cb76838a5add5e.tar.xz
monzero-gui-3d4eb7a5f5f63e52592faeff77cb76838a5add5e.zip
Progress bars are always visible after recent change to two bars
Diffstat (limited to 'LeftPanel.qml')
-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 {