Explorar el Código

White background; 16 columns population works well

Change-Id: I44b2bbeba57e01669306919fe56e995ee082025e
Donald Carr hace 5 años
padre
commit
96fedd1594
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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