~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to qml/Greeter/Greeter.qml

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
            direction: Direction.Leftwards
130
130
        }
131
131
    }
 
132
    TouchGate {
 
133
        targetItem: dragHandle
 
134
        anchors.fill: targetItem
 
135
        enabled: targetItem.enabled
 
136
    }
132
137
 
133
138
    Loader {
134
139
        id: greeterContentLoader