~macslow/ubuntu-ui-toolkit/green-darkgrey-gradient

« back to all changes in this revision

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

  • Committer: Christian Dywan
  • Date: 2014-05-15 09:41:46 UTC
  • mfrom: (1000.41.2 staging)
  • mto: (1000.41.5 staging)
  • mto: This revision was merged to the branch mainline in revision 1022.
  • Revision ID: christian.dywan@canonical.com-20140515094146-51ahypeh4ow161wp
MergeĀ lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    HapticsEffect {
86
86
        id: pressEffect
87
87
        attackIntensity: 0.0
88
 
        attackTime: 250
 
88
        attackTime: 50
89
89
        intensity: 1.0
90
 
        duration: 100
91
 
        fadeTime: 250
 
90
        duration: 10
 
91
        fadeTime: 50
92
92
        fadeIntensity: 0.0
93
93
    }
94
94