mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 07:37:26 -04:00
Transfer: fix button colors, font size, bold; use secondary button for advanced options
This commit is contained in:
@@ -855,7 +855,6 @@ Rectangle {
|
||||
StandardButton {
|
||||
id: sendButton
|
||||
rightIcon: "qrc:///images/rightArrow.png"
|
||||
rightIconInactive: "qrc:///images/rightArrowInactive.png"
|
||||
Layout.topMargin: 4
|
||||
text: qsTr("Send") + translationManager.emptyString
|
||||
enabled: !sendButtonWarningBox.visible && !warningContent && !recipientModel.hasEmptyAddress() && !paymentIdWarningBox.visible
|
||||
|
||||
Reference in New Issue
Block a user