summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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