diff options
| author | Philip Kaufmann <[email protected]> | 2012-06-12 17:17:51 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-06-12 17:17:51 +0200 |
| commit | d4b2f3c45b5c5be913bd8ab630b7ef41f21377eb (patch) | |
| tree | cd6cefd3d070b57c9629f3f420ad9a366ecca8a8 /src/qt/forms | |
| parent | Merge pull request #1440 from Diapolo/overviewpage_InitialBalance (diff) | |
| download | discoin-d4b2f3c45b5c5be913bd8ab630b7ef41f21377eb.tar.xz discoin-d4b2f3c45b5c5be913bd8ab630b7ef41f21377eb.zip | |
make buttons in debug window non autoDefault
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/rpcconsole.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 678afad0d..be0f4ebe9 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -301,6 +301,9 @@ <property name="text"> <string>&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>&Show</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="17" column="0"> |