소스 검색

Push bolder default for the Raspberry Pi

Donald Carr 7 년 전
부모
커밋
25bba98659
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      qml/main.qml

+ 3 - 2
qml/main.qml

@@ -82,7 +82,8 @@ Item {
 
     Settings {
         id: globalSettings
-        property int columnCount: 7
+        // This colCount + col ratio requires 700M graphical mem at 1080p on the pi
+        property int columnCount: 8
         property int interval: 5
         property int itemLimit: -1
 
@@ -102,7 +103,7 @@ Item {
 
         property real randomlyMirrorArtFreq: 0.5
         property real artOpacity: 1.0
-        property real lessGoldenRatio: 1.5
+        property real lessGoldenRatio: 1.4
 
         onColumnCountChanged: globalUtil.reset()