mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 00:23:38 +01:00
[Qt] Fix height of BitcoinAmountField
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user