summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt/main.qml
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-19 13:29:30 +0000
commite94501385d44ed5333582f02ad080a92d21234a2 (patch)
tree0bf8f41a625297d769a6a23345dbcc8ac236945b /basicsuite/about-b2qt/main.qml
parentf9359fde400fcb08493e3fcac9b657a890d55fc1 (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>
Diffstat (limited to 'basicsuite/about-b2qt/main.qml')
-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