~unity-2d-team/unity-2d/shortcut-hint-overlay

« back to all changes in this revision

Viewing changes to shell/dash/FilterLoader.qml

  • Committer: Tiago Salem Herrmann
  • Date: 2012-03-19 15:28:41 UTC
  • mfrom: (771.40.182 unity-2d)
  • Revision ID: tiago.herrmann@canonical.com-20120319152841-2hfflo67muks7gca
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
FocusScope {
24
24
    id: filterLoader
 
25
    objectName: filterModel.rendererName
25
26
 
26
27
    property variant lens
27
28
    property variant filterModel
96
97
 
97
98
    Loader {
98
99
        id: filterView
 
100
        objectName: filterModel.rendererName
99
101
 
100
102
        KeyNavigation.up: header
101
103
        anchors.top: header.bottom