diff options
| author | Philip Kaufmann <[email protected]> | 2014-09-05 13:54:16 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-09-05 13:54:16 +0200 |
| commit | 2605b94d73d14fbea209193e3013e62cfeea7c44 (patch) | |
| tree | 2faedf677bed0898c3f0b3c7a48e968e44c5762f /src/qt/forms/optionsdialog.ui | |
| parent | Merge pull request #4838 (diff) | |
| download | discoin-2605b94d73d14fbea209193e3013e62cfeea7c44.tar.xz discoin-2605b94d73d14fbea209193e3013e62cfeea7c44.zip | |
[Qt] update form files for setting autoDefault explicitly to false
- also fixes indentation in one file (auto fixed by Qt Designer)
- removes several default parameters, which are not needed in the files
- related to #4840 (but not intended as fix for a no-bug)
Diffstat (limited to 'src/qt/forms/optionsdialog.ui')
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 47ed4c8bc..9d094c1a7 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -609,6 +609,12 @@ <property name="text"> <string>&OK</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> </widget> </item> <item> |