mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 13:47:25 -04:00
Transfer: bound amount input widget, in range, and number of decimals
This commit is contained in:
@@ -91,6 +91,8 @@ Rectangle {
|
||||
width: parent.width - 37 - 17
|
||||
validator: DoubleValidator {
|
||||
bottom: 0.0
|
||||
top: 18446744.073709551615
|
||||
decimals: 12
|
||||
notation: DoubleValidator.StandardNotation
|
||||
locale: "C"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user