We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d792e47 commit 5f3cbdeCopy full SHA for 5f3cbde
src/qt/bitcoinamountfield.cpp
@@ -197,7 +197,7 @@ BitcoinAmountField::BitcoinAmountField(QWidget *parent) :
197
amount = new AmountSpinBox(this);
198
amount->setLocale(QLocale::c());
199
amount->installEventFilter(this);
200
- amount->setMaximumWidth(170);
+ amount->setMaximumWidth(240);
201
202
QHBoxLayout *layout = new QHBoxLayout(this);
203
layout->addWidget(amount);
0 commit comments