mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Fixed up help.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user