Page MenuHomePhabricator

gui: move coin control OK button to the right
ClosedPublic

Authored by PiRK on Oct 7 2020, 11:57.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC6cfb29234c57: gui: move coin control OK button to the right
Summary

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 PR16113

Test Plan
ninja
./src/qt/bitcoin-qt

In menu Settings > Options > Wallet, check Enable coin control features.
Back to the main window, on the Send tab, click on the Inputs buttons,
check that the dialog now has the OK button on the bottom right.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable