mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Make dot in amount field more apparent
This commit is contained in:
parent
19fba3cd24
commit
1aafe34a08
@ -27,7 +27,7 @@ BitcoinAmountField::BitcoinAmountField(QWidget *parent):
|
||||
QHBoxLayout *layout = new QHBoxLayout(this);
|
||||
layout->setSpacing(0);
|
||||
layout->addWidget(amount);
|
||||
layout->addWidget(new QLabel(QString(".")));
|
||||
layout->addWidget(new QLabel(QString("<b>.</b>")));
|
||||
layout->addWidget(decimals);
|
||||
unit = new QValueComboBox(this);
|
||||
unit->setModel(new BitcoinUnits(this));
|
||||
|
Loading…
Reference in New Issue
Block a user