aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-06-12 23:08:31 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-06-12 23:08:31 -0700
commit609046df6a4f35e4074b5fc76ae8344e8999cdd7 (patch)
treede144893cd0f2b59719e8a60048b3413f7482676 /src
parentc17e60e270eb5b2cbeaac5f7b61ebd53c919cfbf (diff)
parentd4b2f3c45b5c5be913bd8ab630b7ef41f21377eb (diff)
downloadbitcoin-609046df6a4f35e4074b5fc76ae8344e8999cdd7.tar.xz
Merge pull request #1445 from Diapolo/RPCCon_Button_noAutoDefault
GUI: make buttons in debug window non autoDefault
Diffstat (limited to 'src')
-rw-r--r--src/qt/forms/rpcconsole.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui
index 678afad0d4..be0f4ebe96 100644
--- a/src/qt/forms/rpcconsole.ui
+++ b/src/qt/forms/rpcconsole.ui
@@ -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 @@
<property name="text">
<string>&amp;Show</string>
</property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
</widget>
</item>
<item row="17" column="0">