mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-04 10:07:27 -05:00
Make dot in amount field more apparent
This commit is contained in:
parent
19fba3cd24
commit
1aafe34a08
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ BitcoinAmountField::BitcoinAmountField(QWidget *parent):
|
||||||
QHBoxLayout *layout = new QHBoxLayout(this);
|
QHBoxLayout *layout = new QHBoxLayout(this);
|
||||||
layout->setSpacing(0);
|
layout->setSpacing(0);
|
||||||
layout->addWidget(amount);
|
layout->addWidget(amount);
|
||||||
layout->addWidget(new QLabel(QString(".")));
|
layout->addWidget(new QLabel(QString("<b>.</b>")));
|
||||||
layout->addWidget(decimals);
|
layout->addWidget(decimals);
|
||||||
unit = new QValueComboBox(this);
|
unit = new QValueComboBox(this);
|
||||||
unit->setModel(new BitcoinUnits(this));
|
unit->setModel(new BitcoinUnits(this));
|
||||||
|
|
Loading…
Add table
Reference in a new issue