mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Progress bars are always visible after recent change to two bars
This commit is contained in:
parent
06bda869e0
commit
3d4eb7a5f5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue