qt: Make "Create new receiving address" default unconditionally

This change makes this button visually accented, and gives to users a
hint about the primary action.
This commit does not change behavior.
This commit is contained in:
Hennadii Stepanov 2020-07-21 21:23:37 +03:00
parent 2c0c3f8e8c
commit 4227a8e1f3
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -114,6 +114,12 @@
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/receiving_addresses</normaloff>:/icons/receiving_addresses</iconset>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item>