Skip to content

Commit ab6d18e

Browse files
committed
Merge #16113: gui: move coin control "OK" to the right hand side of the dialog
d595b4a gui: move coin control OK to the right (fanquake) Pull request description: Fixes #16101 The simplest fix seems to be to just drop the `sizePolicy` property, as we don't use that on any other instances of `QDialogButtonBox`. master (76e2cde): ![master](https://user-images.githubusercontent.com/863730/58490351-fc26d380-813a-11e9-9906-043ff4f4959f.png) This PR: ![right-side](https://user-images.githubusercontent.com/863730/58490360-00eb8780-813b-11e9-80fb-2dab04a5ba54.png) ACKs for commit d595b4: hebasto: utACK d595b4a jonasschnelli: utACK d595b4a JosuGZ: tACK d595b4a Tree-SHA512: 7099e21d58457bfcbc83237f5a47ddf18cfa6bd9d6194b357b314b4d54aed72fdbbf10cbe38223affd87c2542b8f364d37ce6a175e594dfbcd18c725b42a6d3e
2 parents ed40fbb + d595b4a commit ab6d18e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/qt/forms/coincontroldialog.ui

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,6 @@
467467
</item>
468468
<item>
469469
<widget class="QDialogButtonBox" name="buttonBox">
470-
<property name="sizePolicy">
471-
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
472-
<horstretch>0</horstretch>
473-
<verstretch>0</verstretch>
474-
</sizepolicy>
475-
</property>
476470
<property name="orientation">
477471
<enum>Qt::Horizontal</enum>
478472
</property>

0 commit comments

Comments
 (0)