Fixed up help.

This commit is contained in:
Ernie Pasveer
2022-05-13 19:27:48 -05:00
parent ca5b5a7608
commit 42b14fa2a8
5 changed files with 8 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ SeerTypeBrowserWidget::SeerTypeBrowserWidget (QWidget* parent) : QWidget(parent)
setupUi(this);
// Setup the widgets
typeSearchLineEdit->setPlaceholderText("Search...");
typeSearchLineEdit->setPlaceholderText("Search regex...");
typeSearchLineEdit->setClearButtonEnabled(true);
typeTreeWidget->setMouseTracking(true);
//typeTreeWidget->resizeColumnToContents(0);