diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-25 00:40:04 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | 3d4eb7a5f5f63e52592faeff77cb76838a5add5e (patch) | |
| tree | b02b98d71e4dcdb5a0e76ce9c54d44a810f5c7a5 | |
| parent | 06bda869e081a874ef6d7fae377970c7a8ace42a (diff) | |
| download | monzero-gui-3d4eb7a5f5f63e52592faeff77cb76838a5add5e.tar.gz monzero-gui-3d4eb7a5f5f63e52592faeff77cb76838a5add5e.tar.xz monzero-gui-3d4eb7a5f5f63e52592faeff77cb76838a5add5e.zip | |
Progress bars are always visible after recent change to two bars
| -rw-r--r-- | LeftPanel.qml | 2 |
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 { |
