Transfer: add XMR unit on transactions with a single recipient; move "send all" button next to Amount label

This commit is contained in:
rating89us
2021-06-04 18:22:45 +02:00
committed by rating89us
parent 2946127ed7
commit f06d6e067f
2 changed files with 43 additions and 16 deletions

View File

@@ -95,7 +95,10 @@ Item {
cursorShape: rect.enabled ? Qt.PointingHandCursor : Qt.ArrowCursor
hoverEnabled: true
anchors.fill: parent
onClicked: doClick()
onClicked: {
tooltip.text ? tooltip.tooltipPopup.close() : ""
doClick()
}
onEntered: {
tooltip.text ? tooltip.tooltipPopup.open() : ""
rect.color = buttonColor ? buttonColor : "#707070";