mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
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.
This commit is contained in:
parent
e183ea2047
commit
8c3e6c6987
@ -1235,7 +1235,7 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="default">
|
<property name="default">
|
||||||
<bool>true</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user