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:
authorLipu Fei <lipu.fei815@gmail.com>2019-04-17 09:41:13 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-04-17 10:18:08 +0300
commit904a8ab26cdde062007b7e00d75317f62bb60fe4 (patch)
tree2329232f149b0dce7509c4be9e7f2fa89f66a26f /resources/qml/WelcomePages/WelcomeContent.qml
parent9b603d1f4b7c0bd78ce73386b7642786616f7777 (diff)
Fix theming
CURA-6435
Diffstat (limited to 'resources/qml/WelcomePages/WelcomeContent.qml')
-rw-r--r--resources/qml/WelcomePages/WelcomeContent.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml
index b59c91a0b7..0099c3db3d 100644
--- a/resources/qml/WelcomePages/WelcomeContent.qml
+++ b/resources/qml/WelcomePages/WelcomeContent.qml
@@ -46,6 +46,7 @@ Item
horizontalAlignment: Text.AlignHCenter
text: catalog.i18nc("@text", "Please follow these steps to set up\nUltimaker Cura. This will only take a few moments.")
font: UM.Theme.getFont("medium")
+ color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
}