Checked all Search boxes and made them compliant with UX specs.

This commit is contained in:
jjjoness
2021-05-10 11:46:16 +01:00
parent 727bedf18d
commit 9a113c083d
3 changed files with 8 additions and 1 deletions
@@ -180,6 +180,8 @@ namespace AzQtComponents
textSearch->setFrame(false);
textSearch->setText(QString());
textSearch->setPlaceholderText(QObject::tr("Search..."));
textSearch->setClearButtonEnabled(true);
LineEdit::applySearchStyle(textSearch);
connect(textSearch, &QLineEdit::textChanged, this, &SearchTypeSelector::FilterTextChanged);
m_searchLayout->addWidget(textSearch);