~saviq/+junk/tv-sidebar

« back to all changes in this revision

Viewing changes to shell/dash/PurchasedVideoPreview.qml

  • Committer: Michał Sawicz
  • Date: 2013-06-24 12:21:47 UTC
  • Revision ID: michal.sawicz@canonical.com-20130624122147-ao12k2ujq3ggigeg
s/gu/dp/, fix focus, drop the additional VideoSidebar.qml

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        anchors.right: previewImage.right
13
13
        anchors.left: parent.left
14
14
        anchors.bottom: parent.bottom
15
 
        anchors.bottomMargin: units.gu(155)
 
15
        anchors.bottomMargin: units.dp(155)
16
16
        height: row.height
17
17
 
18
18
        Row {
19
19
            id: row
20
20
            anchors.top: parent.top
21
21
            anchors.left: parent.left
22
 
            spacing: units.gu(32)
 
22
            spacing: units.dp(32)
23
23
 
24
24
            GlowButton {
25
25
                id: buttonPlay