mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge f3e0ace8ec into merged_master (Bitcoin PR bitcoin-core/gui#579)
This commit is contained in:
commit
b9fa64ad24
1 changed files with 1 additions and 2 deletions
|
|
@ -205,8 +205,7 @@ public:
|
|||
|
||||
opt.rect = rect();
|
||||
|
||||
cachedMinimumSizeHint = style()->sizeFromContents(QStyle::CT_SpinBox, &opt, hint, this)
|
||||
.expandedTo(QApplication::globalStrut());
|
||||
cachedMinimumSizeHint = style()->sizeFromContents(QStyle::CT_SpinBox, &opt, hint, this);
|
||||
}
|
||||
return cachedMinimumSizeHint;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue