diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-01-06 06:55:48 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-01-06 06:57:14 +0100 |
| commit | 7453497ee47c2a7370334c65491e9ac4f222c769 (patch) | |
| tree | f48866f46e1d2f87e4bfbee7eccf39dc3099e25e /src/qt/forms | |
| parent | Merge pull request #731 from laanwj/txshowfix (diff) | |
| download | discoin-7453497ee47c2a7370334c65491e9ac4f222c769.tar.xz discoin-7453497ee47c2a7370334c65491e9ac4f222c769.zip | |
make transaction description read-only (UI fix)
Diffstat (limited to 'src/qt/forms')
| -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> |