~music-app-dev/music-app/remix

« back to all changes in this revision

Viewing changes to common/Card.qml

* Remove lastfm, search and settings.

Approved by Ubuntu Phone Apps Jenkins Bot, Victor Thompson.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import Ubuntu.Components 1.1
20
20
 
21
21
 
22
 
Rectangle {
 
22
Item {
23
23
    id: card
24
 
    color: "transparent"
25
24
    height: cardColumn.childrenRect.height + 2 * bg.anchors.margins
26
25
 
27
26
    property alias coverSources: coverGrid.covers
80
79
            size: parent.width
81
80
        }
82
81
 
83
 
        Rectangle {
84
 
            color: "transparent"
 
82
        Item {
85
83
            height: units.gu(1)
86
84
            width: units.gu(1)
87
85
        }
116
114
            wrapMode: Text.WordWrap
117
115
        }
118
116
 
119
 
        Rectangle {
120
 
            color: "transparent"
 
117
        Item {
121
118
            height: units.gu(1.5)
122
119
            width: units.gu(1)
123
120
        }