~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to qml/Wizard/Pages/passcode-set.qml

Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import Ubuntu.Components 1.3
19
19
import Ubuntu.SystemSettings.SecurityPrivacy 1.0
20
20
import ".." as LocalComponents
21
 
import "../../Components" as UnityComponents
 
21
import "../../Components"
22
22
 
23
23
/**
24
24
 * See the main passwd-type page for an explanation of why we don't actually
45
45
        onTriggered: pageStack.load(Qt.resolvedUrl("passcode-confirm.qml"));
46
46
    }
47
47
 
48
 
    UnityComponents.Lockscreen {
 
48
    Lockscreen {
49
49
        id: lockscreen
50
50
        anchors {
51
51
            fill: content