forked from qt-creator/qt-creator
StudioWelcome: Final fixes for splash screen
Change-Id: If643c5ba61c2aec84c5e25b08627cb451dcd623f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
import QtQuick 2.7
|
||||
import QtQuick.Timeline 1.0
|
||||
import QtQuick.Controls 2.12
|
||||
import welcome 1.0
|
||||
|
||||
CheckBox {
|
||||
id: do_not_show_checkBox
|
||||
|
@@ -27,6 +27,7 @@ import QtQuick 2.7
|
||||
import QtQuick.Controls 2.3
|
||||
import StudioFonts 1.0
|
||||
import QtQuick.Layouts 1.0
|
||||
import projectmodel 1.0
|
||||
|
||||
Image {
|
||||
id: welcome_splash
|
||||
@@ -243,7 +244,7 @@ Image {
|
||||
color: "#ffffff"
|
||||
text: qsTr("Community Edition")
|
||||
font.pixelSize: 13
|
||||
font.family: Constants.titilliumWeb_light
|
||||
font.family: StudioFonts.titilliumWeb_light
|
||||
visible: projectModel.communityVersion
|
||||
ProjectModel {
|
||||
id: projectModel
|
||||
|
Reference in New Issue
Block a user