mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Slightly larger SearchBox
.. since it was 'just' too small for a typical query.
This commit is contained in:
@@ -286,7 +286,7 @@ MainWindow::MainWindow(const QDir &home)
|
||||
SearchFilterBox *searchBox = new SearchFilterBox(this,context,false);
|
||||
QCleanlooksStyle *toolStyle = new QCleanlooksStyle();
|
||||
searchBox->setStyle(toolStyle);
|
||||
searchBox->setFixedWidth(150);
|
||||
searchBox->setFixedWidth(200);
|
||||
head->addWidget(searchBox);
|
||||
connect(searchBox, SIGNAL(searchResults(QStringList)), this, SLOT(setFilter(QStringList)));
|
||||
connect(searchBox, SIGNAL(searchClear()), this, SLOT(clearFilter()));
|
||||
@@ -387,7 +387,7 @@ MainWindow::MainWindow(const QDir &home)
|
||||
// add a search box on far right, but with a little space too
|
||||
SearchFilterBox *searchBox = new SearchFilterBox(this,context,false);
|
||||
searchBox->setStyle(toolStyle);
|
||||
searchBox->setFixedWidth(150);
|
||||
searchBox->setFixedWidth(200);
|
||||
head->addWidget(searchBox);
|
||||
connect(searchBox, SIGNAL(searchResults(QStringList)), this, SLOT(setFilter(QStringList)));
|
||||
connect(searchBox, SIGNAL(searchClear()), this, SLOT(clearFilter()));
|
||||
|
||||
Reference in New Issue
Block a user