mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-06 01:42:06 +02:00
Transfer: bound amount input widget, in range, and number of decimals
This commit is contained in:
parent
05046a5f21
commit
ee4091f2aa
@ -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 New Issue
Block a user