[Qt] Fix height of BitcoinAmountField
This commit is contained in:
parent
3d3ce7421e
commit
7335ca1a05
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ public:
|
|||
extra += hint - style()->subControlRect(QStyle::CC_SpinBox, &opt,
|
||||
QStyle::SC_SpinBoxEditField, this).size();
|
||||
hint += extra;
|
||||
hint.setHeight(h);
|
||||
|
||||
opt.rect = rect();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue