mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge pull request #5287
7335ca1
[Qt] Fix height of BitcoinAmountField (Cozz Lovan)
This commit is contained in:
commit
19f2aa9487
@ -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…
Reference in New Issue
Block a user