forked from qt-creator/qt-creator
WelcomeScreen: fix fuzzy fonts in the side bar
Use native text rendering to get crisp fonts Change-Id: I75ca9ae323f2e4bd60e080cdcc2a6d90f0234c33 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user