mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
NetworkStatus section development
This commit is contained in:
committed by
moneromooo-monero
parent
dc445edaae
commit
82553b0df2
@@ -573,9 +573,11 @@ Rectangle {
|
||||
id: networkStatus
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.leftMargin: 4
|
||||
anchors.rightMargin: 4
|
||||
anchors.bottom: (progressBar.visible)? progressBar.top : parent.bottom;
|
||||
connected: Wallet.ConnectionStatus_Disconnected
|
||||
height: 40 * scaleRatio
|
||||
height: progressBar.visible ? 40 * scaleRatio : 60 * scaleRatio
|
||||
}
|
||||
|
||||
ProgressBar {
|
||||
@@ -595,6 +597,8 @@ Rectangle {
|
||||
anchors.bottom: parent.bottom
|
||||
syncType: qsTr("Daemon")
|
||||
visible: networkStatus.connected
|
||||
anchors.leftMargin: 4 * scaleRatio
|
||||
anchors.rightMargin: 4 * scaleRatio
|
||||
height: 62 * scaleRatio
|
||||
}
|
||||
} // menuRect
|
||||
|
||||
Reference in New Issue
Block a user