~haggai-eran/unity-2d/rtl-keyboard-navigation-886686

« back to all changes in this revision

Viewing changes to shell/dash/FilterLoader.qml

[shell][dash] Now we have a separate renderer filter-checkoption-compact. Hence the same change is incorparated in unity-2d-shell.
. Fixes: https://bugs.launchpad.net/bugs/841902. Approved by Gerry Boland.

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