StudioWelcome: Fix warning

Change-Id: I9a023629ff951acb9d53482795c928a2202650f9
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2019-06-12 16:10:39 +02:00
parent bcf32dcc93
commit 05c5a8bfa0

View File

@@ -196,7 +196,7 @@ Item {
anchors.rightMargin: 23 anchors.rightMargin: 23
font.weight: Font.Light font.weight: Font.Light
font.pixelSize: 14 font.pixelSize: 14
font.family: Constants.titilliumWeb_regular font.family: StudioFonts.titilliumWeb_regular
renderType: Text.NativeRendering renderType: Text.NativeRendering
visible: projectModel.communityVersion visible: projectModel.communityVersion
} }