Browse Source

Make base Window black

Donald Carr 8 năm trước cách đây
mục cha
commit
ece10c020f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      qml/main.qml

+ 2 - 0
qml/main.qml

@@ -6,6 +6,8 @@ import PictureModel 1.0
 Window {
     id: appWindow
 
+    color: "black"
+
     width: 1280
     height: 720