~mzanetti/unity8/fix-left-edge-on-spread

« back to all changes in this revision

Viewing changes to tests/plugins/Dash/verticaljournaltest.qml

  • Committer: Michael Zanetti
  • Date: 2015-01-12 11:21:17 UTC
  • mfrom: (1459.1.85 unity8)
  • Revision ID: michael.zanetti@canonical.com-20150112112117-0x9srs9dx0ndp60g
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        columnWidth: 150
27
27
        columnSpacing: 10
28
28
        rowSpacing: 10
 
29
        cacheBuffer: Math.max(0, (height + displayMarginEnd + displayMarginBeginning) / 2)
29
30
 
30
31
        delegate: Rectangle {
31
32
            property real randomValue: Math.random()