Skip to content

Commit

Permalink
Merge pull request mbg033#71
Browse files Browse the repository at this point in the history
ee4091f Transfer: bound amount input widget, in range, and number of decimals (moneromooo.monero)
  • Loading branch information
fluffypony committed Oct 24, 2016
2 parents fc05a9c + ee4091f commit 0b1695c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Transfer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 0b1695c

Please sign in to comment.