Smaller general help options page.

Task-number: QTCREATORBUG-8345

Change-Id: I83308e07fede50b74e4c806ea970953518269967
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
Eike Ziller
2012-12-14 12:17:30 +01:00
parent a57895c6a5
commit 2013223a66
2 changed files with 107 additions and 127 deletions

View File

@@ -116,8 +116,7 @@ QWidget *GeneralSettingsPage::createPage(QWidget *parent)
if (m_searchKeywords.isEmpty()) {
QTextStream(&m_searchKeywords) << ' ' << m_ui->contextHelpLabel->text()
<< ' ' << m_ui->startPageLabel->text() << ' ' << m_ui->homePageLabel->text()
<< ' ' << m_ui->bookmarkGroupBox->title();
<< ' ' << m_ui->startPageLabel->text() << ' ' << m_ui->homePageLabel->text();
m_searchKeywords.remove(QLatin1Char('&'));
}