From f58acdc71e7e890ef9cb443987de6147445d5584 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 5 Oct 2010 17:35:21 +0200 Subject: [PATCH] Fit all tips even on 120 DPI screens. Task-Number: QTCREATORBUG-2587 --- .../qt4projectmanager/gettingstartedwelcomepagewidget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp index d8bde468941..9bee8580ac1 100644 --- a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp +++ b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp @@ -434,9 +434,9 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() tips.append(tr("You can return to edit mode from any other mode at any time by hitting Escape.")); //:%1 gets replaced by Alt (Win/Unix) or Cmd (Mac) tips.append(tr("You can switch between the output pane by hitting %1+n where n is the number denoted " - "on the buttons at the window bottom:" - "").arg(altShortcut)); + "on the buttons at the window bottom:

" + "1: Build Issues, 2: Search Results, 3: Application Output, " + "4: Compile Output").arg(altShortcut)); tips.append(tr("You can quickly search methods, classes, help and more using the " "Locator bar (%1+K).").arg(ctrlShortcut)); tips.append(tr("You can add custom build steps in the "