diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-05 13:54:16 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-05 13:54:16 +0200 |
commit | 2605b94d73d14fbea209193e3013e62cfeea7c44 (patch) | |
tree | 2faedf677bed0898c3f0b3c7a48e968e44c5762f /src/qt/forms/coincontroldialog.ui | |
parent | af9c3b0cffa4449f1254da3073aef77bafddf9cd (diff) |
[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/coincontroldialog.ui')
-rw-r--r-- | src/qt/forms/coincontroldialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/forms/coincontroldialog.ui b/src/qt/forms/coincontroldialog.ui index 67ea3a9d8c..cbe58fec65 100644 --- a/src/qt/forms/coincontroldialog.ui +++ b/src/qt/forms/coincontroldialog.ui @@ -363,6 +363,9 @@ <property name="text"> <string>(un)select all</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> |