mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #71
ee4091f
Transfer: bound amount input widget, in range, and number of decimals (moneromooo.monero)
This commit is contained in:
commit
0b1695cfc9
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ Rectangle {
|
||||||
width: parent.width - 37 - 17
|
width: parent.width - 37 - 17
|
||||||
validator: DoubleValidator {
|
validator: DoubleValidator {
|
||||||
bottom: 0.0
|
bottom: 0.0
|
||||||
|
top: 18446744.073709551615
|
||||||
|
decimals: 12
|
||||||
notation: DoubleValidator.StandardNotation
|
notation: DoubleValidator.StandardNotation
|
||||||
locale: "C"
|
locale: "C"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue