mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
addressWidget -> search_widget
Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
parent
f32949fa91
commit
42583216fe
@ -117,7 +117,7 @@ TransactionView::TransactionView(const PlatformStyle *platformStyle, QWidget *pa
|
||||
#if QT_VERSION >= 0x040700
|
||||
search_widget->setPlaceholderText(tr("Enter address, transaction id, or label to search"));
|
||||
#endif
|
||||
addressWidget->setObjectName("addressWidget");
|
||||
search_widget->setObjectName("search_widget");
|
||||
hlayout->addWidget(search_widget);
|
||||
|
||||
amountWidget = new QLineEdit(this);
|
||||
|
Loading…
Reference in New Issue
Block a user