Checked all Search boxes and made them compliant with UX specs.
This commit is contained in:
@@ -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);
|
||||
|
||||
+1
@@ -335,6 +335,7 @@ namespace AzToolsFramework
|
||||
m_gui->m_entityDetailsLabel->setObjectName("LabelEntityDetails");
|
||||
m_gui->m_entitySearchBox->setReadOnly(false);
|
||||
m_gui->m_entitySearchBox->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
m_gui->m_entitySearchBox->setClearButtonEnabled(true);
|
||||
AzQtComponents::LineEdit::applySearchStyle(m_gui->m_entitySearchBox);
|
||||
|
||||
AzFramework::ApplicationRequests::Bus::BroadcastResult(
|
||||
|
||||
Reference in New Issue
Block a user