Browse Source

White background; 16 columns population works well

Change-Id: I44b2bbeba57e01669306919fe56e995ee082025e
Donald Carr 5 years ago
parent
commit
96fedd1594
1 changed files with 5 additions and 0 deletions
  1. 5 0
      qml/views/trivial/Trivial.qml

+ 5 - 0
qml/views/trivial/Trivial.qml

@@ -59,6 +59,11 @@ Item {
         }
     }
 
+    Rectangle {
+        color: "white"
+        anchors.fill: parent
+    }
+
     Timer {
         id: settleTimer
         interval: 5000