~zsombi/ubuntu-ui-toolkit/120-custompanel

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/AppHeader.qml

  • Committer: Zsombor Egri
  • Date: 2014-11-04 09:05:25 UTC
  • mfrom: (1247.1.35 110-captions)
  • Revision ID: zsombor.egri@canonical.com-20141104090525-tbp0xnkqeuq4mehp
prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
     */
38
38
    property bool animate: true
39
39
 
 
40
    /*!
 
41
      The background color of the divider. Value set by MainView.
 
42
     */
 
43
    property color dividerColor
 
44
 
40
45
    Behavior on y {
41
46
        enabled: animate && !(header.flickable && header.flickable.moving)
42
47
        SmoothedAnimation {