소스 검색

Start with 10 columns

Change-Id: I7d62c0c478ef1c12c8775e707f9e1e8999affd59
Donald Carr 9 년 전
부모
커밋
a437d3c313
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      qml/main.qml

+ 1 - 1
qml/main.qml

@@ -13,7 +13,7 @@ Window {
     Settings {
         id: settings
         property int itemTravel: 1
-        property int columnCount: 30
+        property int columnCount: 10
         property int interval: 2
         property real pace: 1.0
         property bool viewItemCount: false