mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Change up/down increment in UI to 0.001 BTC (issue #760)
This commit is contained in:
parent
5d1b8f1725
commit
f69b82e78a
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ BitcoinAmountField::BitcoinAmountField(QWidget *parent):
|
|||
amount->setDecimals(8);
|
||||
amount->installEventFilter(this);
|
||||
amount->setMaximumWidth(170);
|
||||
amount->setSingleStep(0.001);
|
||||
|
||||
QHBoxLayout *layout = new QHBoxLayout(this);
|
||||
layout->addWidget(amount);
|
||||
|
|
Loading…
Reference in a new issue