Skip to content

Commit 4227a8e

Browse files
committed
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.
1 parent 2c0c3f8 commit 4227a8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/qt/forms/receivecoinsdialog.ui

+6
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@
114114
<iconset resource="../bitcoin.qrc">
115115
<normaloff>:/icons/receiving_addresses</normaloff>:/icons/receiving_addresses</iconset>
116116
</property>
117+
<property name="autoDefault">
118+
<bool>false</bool>
119+
</property>
120+
<property name="default">
121+
<bool>true</bool>
122+
</property>
117123
</widget>
118124
</item>
119125
<item>

0 commit comments

Comments
 (0)