Browse Source

Changed "Send" button default status from true to false

Changed the "Send" button's default status from true to false to prevent
quirky Windows autofocus behavior.
0.15
KibbledJiveElkZoo 7 years ago
parent
commit
8c3e6c6987
  1. 2
      src/qt/forms/sendcoinsdialog.ui

2
src/qt/forms/sendcoinsdialog.ui

@ -1235,7 +1235,7 @@ @@ -1235,7 +1235,7 @@
<bool>false</bool>
</property>
<property name="default">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>

Loading…
Cancel
Save