Progress bars are always visible after recent change to two bars

This commit is contained in:
Sander Ferdinand 2018-03-25 00:40:04 +01:00 committed by moneromooo-monero
parent 06bda869e0
commit 3d4eb7a5f5

View file

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