~michael-sheldon/ubuntu-system-settings/fix-wallpaper-preview

« back to all changes in this revision

Viewing changes to plugins/about/Storage.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:
53
53
    Loader {
54
54
        id: pageLoader
55
55
        anchors.fill: parent
56
 
        onStateChanged: {
57
 
            if (state === Loader.Ready)
58
 
                storagePage.flickable = scrollWidget;
59
 
        }
60
 
 
61
56
        asynchronous: true
62
57
        visible: status == Loader.Ready
63
58
        sourceComponent: Item {
151
146
        anchors.fill: parent
152
147
        contentHeight: columnId.height
153
148
 
 
149
        Component.onCompleted: storagePage.flickable = scrollWidget
 
150
 
154
151
        Column {
155
152
            id: columnId
156
153
            anchors.left: parent.left