summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-06-12 10:53:21 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-06-12 13:49:05 +0000
commitbcf32dcc935ab863baa89acff9f5d260102638a1 (patch)
treef20a44a0cd2796802d3d353cde3a361dd68d3480
parent2831f601fac686384f68debb463b93de467ec2c7 (diff)
downloadqt-creator-bcf32dcc935ab863baa89acff9f5d260102638a1.tar.gz
StudioWelcome: Final fixes for splash screen
Change-Id: If643c5ba61c2aec84c5e25b08627cb451dcd623f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml1
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml b/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml
index d2f7454f09..2b714a4784 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml
@@ -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
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml
index fa90cd8a65..c00bde1ce8 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml
@@ -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