Merge pull request #71

ee4091f Transfer: bound amount input widget, in range, and number of decimals (moneromooo.monero)
This commit is contained in:
Riccardo Spagni 2016-10-24 10:35:32 +02:00
commit 0b1695cfc9
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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"
}