Browse Source

Max out the graphical memory on the pi by default

Donald Carr 7 years ago
parent
commit
7b1d96695a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      qml/main.qml

+ 2 - 2
qml/main.qml

@@ -82,7 +82,7 @@ Item {
 
 
     Settings {
     Settings {
         id: globalSettings
         id: globalSettings
-        property int columnCount: 6
+        property int columnCount: 7
         property int interval: 5
         property int interval: 5
         property int itemLimit: -1
         property int itemLimit: -1
 
 
@@ -102,7 +102,7 @@ Item {
 
 
         property real randomlyMirrorArtFreq: 0.5
         property real randomlyMirrorArtFreq: 0.5
         property real artOpacity: 1.0
         property real artOpacity: 1.0
-        property real lessGoldenRatio: 4/3
+        property real lessGoldenRatio: 1.5
 
 
         onColumnCountChanged: globalUtil.reset()
         onColumnCountChanged: globalUtil.reset()