~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to qml/Dash/ScopeSettingsPage.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:
18
18
import Ubuntu.Components 1.1
19
19
import Unity 0.2
20
20
import "../Components"
21
 
import "../Components/Flickables" as Flickables
22
21
import "ScopeSettings"
23
22
 
24
23
Item {
40
39
        onBackClicked: root.backClicked()
41
40
    }
42
41
 
43
 
    Flickables.ListView {
 
42
    ListView {
44
43
        id: scopeSettings
45
44
        objectName: "scopeSettings"
46
45
        anchors {