ソースを参照

White background; 16 columns population works well

Change-Id: I44b2bbeba57e01669306919fe56e995ee082025e
Donald Carr 5 年 前
コミット
96fedd1594
1 ファイル変更5 行追加0 行削除
  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