mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Progress bars are always visible after recent change to two bars
This commit is contained in:
parent
06bda869e0
commit
3d4eb7a5f5
@ -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 New Issue
Block a user