~mterry/+junk/unity8

« back to all changes in this revision

Viewing changes to qml/Dash/DashRenderer.qml

  • Committer: CI bot
  • Author(s): Albert Astals
  • Date: 2014-06-23 11:16:48 UTC
  • mfrom: (942.4.17 dashviews_integration)
  • Revision ID: ps-jenkins@lists.canonical.com-20140623111648-kjvczpy41hm2dv72
Add VerticalJournal integration to Dash/scopes/QML Fixes: 1326467

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
    property int collapsedHeight: height
27
27
 
28
 
    property int margins: 0
29
 
 
30
28
    property int uncollapsedHeight: height
31
29
 
32
30
    property int displayMarginBeginning: 0
35
33
 
36
34
    property real originY: 0
37
35
 
38
 
    property real verticalSpacing: 0
39
 
 
40
 
    // The current item of the renderer
41
 
    property var currentItem
42
 
 
43
36
    // The model to renderer
44
37
    property var model
45
38