aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-08-02 09:02:05 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-08-02 09:05:10 +0200
commit4aaa4313e7edf5d23143e393efd2d5892d5dde48 (patch)
treef9f0c486ea7d82ef4c33bfd84ffa01f79fc80d83 /src/qt/forms
parent8ce7915aad505fd6e57f599b5b43fc241d8b4cb4 (diff)
downloadbitcoin-4aaa4313e7edf5d23143e393efd2d5892d5dde48.tar.xz
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')
-rw-r--r--src/qt/forms/optionsdialog.ui6
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>