change step value for amount input fields to 1 DOGE

This commit is contained in:
Jannis Froese 2014-05-08 22:21:14 +02:00
parent 2c0406b0c9
commit 3d2f52eb11
No known key found for this signature in database
GPG key ID: 1AEF9F73ECA11726

View file

@ -59,7 +59,7 @@ BitcoinAmountField::BitcoinAmountField(QWidget *parent) :
amount(0),
currentUnit(-1)
{
nSingleStep = 100000; // satoshis
nSingleStep = 100000000; // satoshis
amount = new AmountSpinBox(this);
amount->installEventFilter(this);