~dandrader/unity8/workaroundAnimatedSpriteBug

« back to all changes in this revision

Viewing changes to qml/Dash/ScopesList.qml

  • Committer: CI Train Bot
  • Author(s): Michael Zanetti
  • Date: 2016-05-27 13:52:13 UTC
  • mfrom: (2325.9.5 unity8-fix-skipped-tests)
  • Revision ID: ci-train-bot@canonical.com-20160527135213-ciige9ns8o1plt01
reenable or drop disabled tests
Approved by: Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        anchors.fill: parent
50
50
    }
51
51
 
52
 
    Binding {
53
 
        target: root.scope
54
 
        property: "searchQuery"
55
 
        value: header.searchQuery
56
 
    }
57
 
 
58
 
    Binding {
59
 
        target: header
60
 
        property: "searchQuery"
61
 
        value: root.scope ? root.scope.searchQuery : ""
62
 
    }
63
 
 
64
52
    DashPageHeader {
65
53
        id: header
66
54
        objectName: "pageHeader"
70
58
        showBackButton: true
71
59
        backIsClose: root.state == "edit"
72
60
        storeEntryEnabled: root.state == "browse"
73
 
        searchEntryEnabled: false // Disable search for now
 
61
        searchEntryEnabled: false
74
62
        scopeStyle: root.scopeStyle
75
63
        onBackClicked: {
76
64
            if (backIsClose) {