[Qt] make a UI element in sendcoins non-validated
- this was unused for the label and also makes no sense, so remove it
This commit is contained in:
parent
71f97ea2a7
commit
67448b245c
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
</layout>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QValidatedLineEdit" name="addAsLabel">
|
||||
<widget class="QLineEdit" name="addAsLabel">
|
||||
<property name="toolTip">
|
||||
<string>Enter a label for this address to add it to the list of used addresses</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue