diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-08-02 09:02:05 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-08-02 09:05:10 +0200 |
commit | 4aaa4313e7edf5d23143e393efd2d5892d5dde48 (patch) | |
tree | f9f0c486ea7d82ef4c33bfd84ffa01f79fc80d83 /src/qt/forms/optionsdialog.ui | |
parent | 8ce7915aad505fd6e57f599b5b43fc241d8b4cb4 (diff) |
small UX update for optionsdialog
- add enableApplyButton() and disableApplyButton() to optionsdialog.{h/cpp}
- they are used to ensure the Ok button does not get disabled, when Apply needs to be disabled (standard UX should allow Ok always to dismiss the dialog and only disable it, when we have a faulty proxy IP)
- disable Apply after initially loading the settings, as nothing new needs to be saved
- remove orphan settings from optionsdialog.ui that are default anyway
Diffstat (limited to 'src/qt/forms/optionsdialog.ui')
-rw-r--r-- | src/qt/forms/optionsdialog.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 270b7ae9ef..1b81b0cdc8 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -432,12 +432,6 @@ <property name="autoDefault"> <bool>false</bool> </property> - <property name="default"> - <bool>false</bool> - </property> - <property name="flat"> - <bool>false</bool> - </property> </widget> </item> </layout> |