summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2016-02-19 15:19:16 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2016-02-23 11:37:47 +0000
commit2fa8f1c6cb2c9cc9719f9ac654c0083946376333 (patch)
tree9aad4269fe2b8673e43a6264d1bd5ec781c09d6c
parentd9d77da89ac7fea96fae940b74c0dfc2225d0b52 (diff)
change about-b2qt background to white
text is not seen with black background Change-Id: I1638a808564b32b6343901703fd16e06365bd297 Task-number: QTEE-1067 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
-rw-r--r--basicsuite/about-b2qt/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicsuite/about-b2qt/main.qml b/basicsuite/about-b2qt/main.qml
index e0d86ac..38564ea 100644
--- a/basicsuite/about-b2qt/main.qml
+++ b/basicsuite/about-b2qt/main.qml
@@ -42,9 +42,9 @@ import QtQuick 2.0
import QtQuick.Particles 2.0
import QtQuick.Window 2.1
-Item {
+Rectangle {
id: root
-
+ color: "white"
width : Screen.height > Screen.width ? Screen.height : Screen.width
height : Screen.height > Screen.width ? Screen.width : Screen.height