aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-01-09 07:59:18 -0800
committerGavin Andresen <[email protected]>2012-01-09 07:59:18 -0800
commit2e555237d304c235b16c9460097703005d68cab0 (patch)
tree6c093f02927cf46e93e5649ced2c67329f221453
parentMerge pull request #750 from TheBlueMatt/anonymous (diff)
parentmake transaction description read-only (UI fix) (diff)
downloaddiscoin-2e555237d304c235b16c9460097703005d68cab0.tar.xz
discoin-2e555237d304c235b16c9460097703005d68cab0.zip
Merge pull request #746 from laanwj/tdesc_ro
make transaction description read-only (UI fix)
-rw-r--r--src/qt/forms/transactiondescdialog.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/forms/transactiondescdialog.ui b/src/qt/forms/transactiondescdialog.ui
index 2f70a3821..9a9f6db15 100644
--- a/src/qt/forms/transactiondescdialog.ui
+++ b/src/qt/forms/transactiondescdialog.ui
@@ -19,6 +19,9 @@
<property name="toolTip">
<string>This pane shows a detailed description of the transaction</string>
</property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>