diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-01-06 06:55:48 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-01-06 06:57:14 +0100 |
commit | 7453497ee47c2a7370334c65491e9ac4f222c769 (patch) | |
tree | f48866f46e1d2f87e4bfbee7eccf39dc3099e25e /src/qt/forms | |
parent | 96d3bcb99690726d4c0e28355cc87c25e14f4c8d (diff) |
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 2f70a38214..9a9f6db158 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> |