Selaa lähdekoodia

White background; 16 columns population works well

Change-Id: I44b2bbeba57e01669306919fe56e995ee082025e
Donald Carr 5 vuotta sitten
vanhempi
commit
96fedd1594
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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