~josephjamesmills/ubuntuchristianedition/0.1

« back to all changes in this revision

Viewing changes to shell/dash/SearchEntry.qml

Merge changes from the upstream shell working branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
    BorderImage {
46
46
        anchors.fill: parent
47
 
        source: "../../artwork/dash/search_background.sci"
 
47
        source: "artwork/search_background.sci"
48
48
        smooth: false
49
49
    }
50
50
 
66
66
 
67
67
            smooth: true
68
68
 
69
 
            source: search_input.text ? "../../artwork/dash/cross.png" : "../../artwork/dash/search_icon.png"
 
69
            source: search_input.text ? "artwork/cross.png" : "artwork/search_icon.png"
70
70
            fillMode: Image.PreserveAspectFit
71
71
        }
72
72