mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-26 20:45:54 +00:00
UX: remove wide header
This commit is contained in:
parent
0cb6900295
commit
13753052bc
1 changed files with 2 additions and 2 deletions
4
main.qml
4
main.qml
|
@ -500,7 +500,7 @@ ApplicationWindow {
|
||||||
currentWallet.disposeTransaction(transaction);
|
currentWallet.disposeTransaction(transaction);
|
||||||
|
|
||||||
} else if (transaction.txCount == 0) {
|
} else if (transaction.txCount == 0) {
|
||||||
informationPopup.title = qsTr("No unmixable outputs to sweep") + translationManager.emptyString
|
informationPopup.title = qsTr("Error") + translationManager.emptyString
|
||||||
informationPopup.text = qsTr("No unmixable outputs to sweep") + translationManager.emptyString
|
informationPopup.text = qsTr("No unmixable outputs to sweep") + translationManager.emptyString
|
||||||
informationPopup.icon = StandardIcon.Information
|
informationPopup.icon = StandardIcon.Information
|
||||||
informationPopup.onCloseCallback = null
|
informationPopup.onCloseCallback = null
|
||||||
|
@ -613,7 +613,7 @@ ApplicationWindow {
|
||||||
currentWallet.disposeTransaction(transaction);
|
currentWallet.disposeTransaction(transaction);
|
||||||
|
|
||||||
} else if (transaction.txCount == 0) {
|
} else if (transaction.txCount == 0) {
|
||||||
informationPopup.title = qsTr("No unmixable outputs to sweep") + translationManager.emptyString
|
informationPopup.title = qsTr("Error") + translationManager.emptyString
|
||||||
informationPopup.text = qsTr("No unmixable outputs to sweep") + translationManager.emptyString
|
informationPopup.text = qsTr("No unmixable outputs to sweep") + translationManager.emptyString
|
||||||
informationPopup.icon = StandardIcon.Information
|
informationPopup.icon = StandardIcon.Information
|
||||||
informationPopup.onCloseCallback = null
|
informationPopup.onCloseCallback = null
|
||||||
|
|
Loading…
Reference in a new issue