mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
[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,
|
extra += hint - style()->subControlRect(QStyle::CC_SpinBox, &opt,
|
||||||
QStyle::SC_SpinBoxEditField, this).size();
|
QStyle::SC_SpinBoxEditField, this).size();
|
||||||
hint += extra;
|
hint += extra;
|
||||||
|
hint.setHeight(h);
|
||||||
|
|
||||||
opt.rect = rect();
|
opt.rect = rect();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue