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/sendcoinsdialog.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/sendcoinsdialog.ui')
| -rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index a631b0467..dce7f4ce4 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -109,6 +109,9 @@ <property name="text"> <string>Inputs...</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -674,6 +677,9 @@ <iconset resource="../bitcoin.qrc"> <normaloff>:/icons/send</normaloff>:/icons/send</iconset> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> <property name="default"> <bool>true</bool> </property> @@ -697,9 +703,6 @@ <iconset resource="../bitcoin.qrc"> <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset> </property> - <property name="autoRepeatDelay"> - <number>300</number> - </property> <property name="autoDefault"> <bool>false</bool> </property> |