Add "BTC" to all amount widgets, to make clear what the unit is
This commit is contained in:
parent
64c8b69948
commit
e1f3d64c4a
@ -25,6 +25,7 @@ BitcoinAmountField::BitcoinAmountField(QWidget *parent):
|
||||
layout->addWidget(amount);
|
||||
layout->addWidget(new QLabel(QString(".")));
|
||||
layout->addWidget(decimals);
|
||||
layout->addWidget(new QLabel(QString(" BTC")));
|
||||
layout->addStretch(1);
|
||||
layout->setContentsMargins(0,0,0,0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user