mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
make buttons in debug window non autoDefault
This commit is contained in:
parent
12718ce767
commit
d4b2f3c45b
@ -301,6 +301,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Open</string>
|
<string>&Open</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="autoDefault">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="15" column="0">
|
<item row="15" column="0">
|
||||||
@ -324,6 +327,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Show</string>
|
<string>&Show</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="autoDefault">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="17" column="0">
|
<item row="17" column="0">
|
||||||
|
Loading…
Reference in New Issue
Block a user