Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-04-01 15:10:09 +0300
committerJaime van Kessel <nallath@gmail.com>2019-04-01 15:10:09 +0300
commit7a3cd81e3f1afea6e576d6851a4e85a48968cf95 (patch)
tree362b4f0d0358b305c83cb72e27da57031ec917a3 /resources/qml/WelcomePages/WelcomeContent.qml
parent1b8b5415f7bcf042ac93c7a00f80e8f4db0a0c06 (diff)
Fix font size for the titles in the welcome flow
CURA-6057
Diffstat (limited to 'resources/qml/WelcomePages/WelcomeContent.qml')
-rw-r--r--resources/qml/WelcomePages/WelcomeContent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml
index 57ee28068f..b59c91a0b7 100644
--- a/resources/qml/WelcomePages/WelcomeContent.qml
+++ b/resources/qml/WelcomePages/WelcomeContent.qml
@@ -28,7 +28,7 @@ Item
horizontalAlignment: Text.AlignHCenter
text: catalog.i18nc("@label", "Welcome to Ultimaker Cura")
color: UM.Theme.getColor("primary_button")
- font: UM.Theme.getFont("large_bold")
+ font: UM.Theme.getFont("huge")
renderType: Text.NativeRendering
}