~ken-vandine/ubuntu-system-settings/lp1668640

« back to all changes in this revision

Viewing changes to plugins/security-privacy/SimPin.qml

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange
  • Date: 2017-01-12 12:48:46 UTC
  • mfrom: (1741.1.28 apl)
  • Revision ID: ci-train-bot@canonical.com-20170112124846-0rsokgs0jy7j9rqv
migrates uss to apl

Approved by: Ken VanDine, system-apps-ci-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    id: root
36
36
    objectName: "simPinPage"
37
37
    title: i18n.tr("SIM PIN")
 
38
    flickable: scrollWidget
38
39
 
39
40
    property var sims
40
41
    property var curSim
345
346
    }
346
347
 
347
348
    Flickable {
 
349
        id: scrollWidget
348
350
        anchors.fill: parent
349
351
        contentHeight: contentItem.childrenRect.height
350
352
        boundsBehavior: (contentHeight > root.height) ?