Browse Source

make transaction description read-only (UI fix)

0.8
Wladimir J. van der Laan 13 years ago
parent
commit
7453497ee4
  1. 3
      src/qt/forms/transactiondescdialog.ui

3
src/qt/forms/transactiondescdialog.ui

@ -19,6 +19,9 @@ @@ -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>

Loading…
Cancel
Save