From dc3e594dad9d0bf1815db2af48633bfa55ca145a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 20 Nov 2013 17:34:11 +0100 Subject: [PATCH] WelcomeScreen: fix fuzzy fonts in the side bar Use native text rendering to get crisp fonts Change-Id: I75ca9ae323f2e4bd60e080cdcc2a6d90f0234c33 Reviewed-by: Jens Bache-Wiig Reviewed-by: Thomas Hartmann --- share/qtcreator/welcomescreen/widgets/SideBar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/welcomescreen/widgets/SideBar.qml b/share/qtcreator/welcomescreen/widgets/SideBar.qml index 5183c4b906f..20ba652277f 100644 --- a/share/qtcreator/welcomescreen/widgets/SideBar.qml +++ b/share/qtcreator/welcomescreen/widgets/SideBar.qml @@ -101,13 +101,13 @@ ColumnLayout { width: parent.width } - Text { + NativeText { text: qsTr("New to Qt?") font.pixelSize: 18 font.bold: false } - Text { + NativeText { text: qsTr("Learn how to develop your own applications and explore Qt Creator.") font.pixelSize: 12 wrapMode: Text.WordWrap