From f5a3c7cf1727ee1f40739c0eb28995603723386e Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 23 Jan 2015 16:36:12 +0100 Subject: [PATCH] EditorView/Placeholder: Avoid huge text on some systems Change-Id: I80456b0c861feb670caec7cca26e0bc9b1516766 Reviewed-by: Tobias Hunger --- src/plugins/coreplugin/locator/locator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/coreplugin/locator/locator.cpp b/src/plugins/coreplugin/locator/locator.cpp index 47cebc69e72..622318a520f 100644 --- a/src/plugins/coreplugin/locator/locator.cpp +++ b/src/plugins/coreplugin/locator/locator.cpp @@ -191,9 +191,9 @@ void Locator::updateEditorManagerPlaceholderText() { Command *openCommand = ActionManager::command(Constants::OPEN); Command *locateCommand = ActionManager::command(Constants::LOCATE); - const QString placeholderText = tr("" + const QString placeholderText = tr("" "
" - "
Open a document
" + "
Open a document
" "
" "
" "
• File > Open File or Project (%1)
"