diff options
Diffstat (limited to 'share/qtcreator/welcomescreen/widgets/LinkedText.qml')
-rw-r--r-- | share/qtcreator/welcomescreen/widgets/LinkedText.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/LinkedText.qml b/share/qtcreator/welcomescreen/widgets/LinkedText.qml index fa47a67c70..b460ac50a9 100644 --- a/share/qtcreator/welcomescreen/widgets/LinkedText.qml +++ b/share/qtcreator/welcomescreen/widgets/LinkedText.qml @@ -29,7 +29,7 @@ import QtQuick 2.1 -Text { +NativeText { id: root height: 16 color: active ? "#f0f0f0" : colors.linkColor |