diff options
| author | Gavin Andresen <[email protected]> | 2012-01-09 07:59:18 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-01-09 07:59:18 -0800 |
| commit | 2e555237d304c235b16c9460097703005d68cab0 (patch) | |
| tree | 6c093f02927cf46e93e5649ced2c67329f221453 | |
| parent | Merge pull request #750 from TheBlueMatt/anonymous (diff) | |
| parent | make transaction description read-only (UI fix) (diff) | |
| download | discoin-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.ui | 3 |
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> |