mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 15:27:25 -04:00
move refresh progress to leftpanel
This commit is contained in:
@@ -37,7 +37,7 @@ Rectangle {
|
||||
property alias unlockedBalanceText: unlockedBalanceText.text
|
||||
property alias balanceText: balanceText.text
|
||||
property alias networkStatus : networkStatus
|
||||
property alias daemonProgress : daemonProgress
|
||||
property alias progressBar : progressBar
|
||||
|
||||
signal dashboardClicked()
|
||||
signal historyClicked()
|
||||
@@ -408,12 +408,12 @@ Rectangle {
|
||||
id: networkStatus
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: (daemonProgress.visible)? daemonProgress.top : parent.bottom;
|
||||
anchors.bottom: (progressBar.visible)? progressBar.top : parent.bottom;
|
||||
connected: Wallet.ConnectionStatus_Disconnected
|
||||
}
|
||||
|
||||
DaemonProgress {
|
||||
id: daemonProgress
|
||||
ProgressBar {
|
||||
id: progressBar
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
Reference in New Issue
Block a user