소스 검색

Much better defaults

Change-Id: I41e963e134029171d8e1ca949ba41baeb5d53142
Donald Carr 9 년 전
부모
커밋
09fe8dacb3
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Gravity.qml
  2. 1 0
      main.qml

+ 1 - 0
Gravity.qml

@@ -172,6 +172,7 @@ Item {
     }
 
     Rectangle {
+        visible: settings.viewItemCount
         z: 1
         color: "black"
         anchors { right: parent.right; top: parent.top }

+ 1 - 0
main.qml

@@ -17,6 +17,7 @@ Window {
         property bool fitByHeight: false
         property double pace: 1.0
         property double columnBufferFactor: 1.2
+        property bool viewItemCount: false
     }
 
     Rectangle {