From e94501385d44ed5333582f02ad080a92d21234a2 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Fri, 19 Feb 2016 15:19:16 +0200 Subject: change about-b2qt background to white text is not seen with black background Change-Id: I1638a808564b32b6343901703fd16e06365bd297 Task-number: QTEE-1067 Reviewed-by: Kimmo Ollila --- basicsuite/about-b2qt/main.qml | 4 ++-- 1 file 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 -- cgit v1.2.3