mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +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);
|
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…
Reference in New Issue
Block a user