diff options
| author | Philip Kaufmann <[email protected]> | 2013-11-20 16:01:03 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-11-20 16:01:03 +0100 |
| commit | 67448b245c0931c2bf721389ef7aa5f3933da937 (patch) | |
| tree | 1448c3b91e3159ad524ca8c066ba42c3f88f2198 /src/qt/forms/sendcoinsentry.ui | |
| parent | Merge pull request #3267 (diff) | |
| download | discoin-67448b245c0931c2bf721389ef7aa5f3933da937.tar.xz discoin-67448b245c0931c2bf721389ef7aa5f3933da937.zip | |
[Qt] make a UI element in sendcoins non-validated
- this was unused for the label and also makes no sense, so remove it
Diffstat (limited to 'src/qt/forms/sendcoinsentry.ui')
| -rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 199a14598..051c3fb35 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -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> |