summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt/Title.qml
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2015-11-27 13:59:24 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2015-11-27 13:08:40 +0000
commitdf9a5e755698410597178f904c26495a4b6c14ec (patch)
treedbe6183dbc878d2323a6faf7dcd2a391f88173d2 /basicsuite/about-b2qt/Title.qml
parentddec8f81b0b00bb179ddf3ad44958cd398c2861f (diff)
Improve About Qt for Device Creation demo
Change-Id: Iac874151028ede2f9114e317cb6f60fd16387445 Task-number: QTEE-997 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
Diffstat (limited to 'basicsuite/about-b2qt/Title.qml')
-rw-r--r--basicsuite/about-b2qt/Title.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/basicsuite/about-b2qt/Title.qml b/basicsuite/about-b2qt/Title.qml
index 4a63f69..2f34331 100644
--- a/basicsuite/about-b2qt/Title.qml
+++ b/basicsuite/about-b2qt/Title.qml
@@ -42,7 +42,5 @@ import QtQuick 2.0
Text {
font.pixelSize: engine.titleFontSize()
- font.italic: true
- color: "white"
- anchors.horizontalCenter: parent.horizontalCenter
+ color: "black"
}