mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-26 23:28:55 +00:00
Merge pull request #510 from leofidus/1.7-bitamount
change step value for amount input fields to 1 DOGE
This commit is contained in:
commit
979b344091
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user