mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02: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,
|
||||
QStyle::SC_SpinBoxEditField, this).size();
|
||||
hint += extra;
|
||||
hint.setHeight(h);
|
||||
|
||||
opt.rect = rect();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue