Bitcoin-Qt: add a Signature label on sign message page
This commit is contained in:
parent
1f4fdb70f0
commit
aec056edb5
1 changed files with 10 additions and 0 deletions
|
@ -104,6 +104,16 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="signatureLabel_SM">
|
||||
<property name="text">
|
||||
<string>Signature</string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::PlainText</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2_SM">
|
||||
<property name="spacing">
|
||||
|
|
Loading…
Reference in a new issue