BitcoinQT's Input selector is showing the OK button on the left side instead of the right side.
All the buttons in the app show on the right side.
The simplest solution is to just drop the `sizePolicy` property, as we don't use that on any other instances of `QDialogButtonBox`.
Backport of Core [[https://github.com/bitcoin/bitcoin/pull/16113 | PR16113]]