~aacid/unity8/card_optimizations

« back to all changes in this revision

Viewing changes to qml/Dash/Card.qml

  • Committer: Albert Astals
  • Date: 2014-04-01 14:40:07 UTC
  • Revision ID: albert.astals@canonical.com-20140401144007-gsnblyr9sgiq7ks0
Fix carousel

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
            useMascotShape: !backgroundLoader.active && !inOverlay
206
206
            headerAlignment: root.headerAlignment
207
207
            height: root.fixedHeaderHeight != -1 ? root.fixedHeaderHeight : implicitHeight
 
208
            fontScale: root.fontScale
208
209
 
209
210
            Behavior on opacity { NumberAnimation { duration: UbuntuAnimation.SnapDuration } }
210
211
        }