~nik90/podbird/10-organize-project-structure

« back to all changes in this revision

Viewing changes to app/components/Card.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2015-04-22 23:06:03 UTC
  • mfrom: (69.1.4 podbird)
  • Revision ID: krnekhelesh@gmail.com-20150422230603-zmxhg71ckbt35njv
MergedĀ lp:podbird

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        id: bg
41
41
        anchors.fill: parent
42
42
        anchors.margins: units.gu(1)
43
 
        color: podbird.theme.hightlightListView
 
43
        color: podbird.appTheme.hightlightListView
44
44
    }
45
45
 
46
46
    /* Column containing image and labels */
70
70
                right: parent.right
71
71
                margins: units.gu(1)
72
72
            }
73
 
            color: podbird.theme.baseText
 
73
            color: podbird.appTheme.baseText
74
74
            elide: Text.ElideRight
75
75
            fontSize: "small"
76
76
            opacity: 1.0
86
86
                right: parent.right
87
87
                rightMargin: units.gu(1)
88
88
            }
89
 
            color: podbird.theme.baseSubText
 
89
            color: podbird.appTheme.baseSubText
90
90
            elide: Text.ElideRight
91
91
            fontSize: "small"
92
92
            opacity: 1.0