Browse Source

Merge pull request #1445 from Diapolo/RPCCon_Button_noAutoDefault

GUI: make buttons in debug window non autoDefault
0.8
Wladimir J. van der Laan 12 years ago
parent
commit
609046df6a
  1. 6
      src/qt/forms/rpcconsole.ui

6
src/qt/forms/rpcconsole.ui

@ -301,6 +301,9 @@ @@ -301,6 +301,9 @@
<property name="text">
<string>&amp;Open</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="15" column="0">
@ -324,6 +327,9 @@ @@ -324,6 +327,9 @@
<property name="text">
<string>&amp;Show</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="17" column="0">

Loading…
Cancel
Save