~gang65/unity-2d/add_new_shortcuts

« back to all changes in this revision

Viewing changes to shell/common/SearchEntry.qml

No Glow assets + fixups for (LP: #933578)
This includes replacements assets for:
  Pips + arrows
  Dash search box and search box status icons
  Dash edge background (transparent)
  Dash edge background (non-transparent)
With associated code changes:
  Removal of blurRadius except for background itself
  Background tiling phase realignment for transparent background. Fixes: https://bugs.launchpad.net/bugs/933578. Approved by Gerry Boland, Xi Zhu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
            Accessible.name: searchInstructions.text
88
88
            Accessible.role: Accessible.EditableText
89
89
 
90
 
            effect: DropShadow {
91
 
                    id: glow
92
 
 
93
 
                    blurRadius: 4
94
 
                    offset.x: 0
95
 
                    offset.y: 0
96
 
                    color: "white"
97
 
                    enabled: searchInput.text != "" || searchInput.inputMethodComposing
98
 
                }
99
 
 
100
90
            anchors.left: searchIcon.right
101
91
            anchors.leftMargin: -5
102
92
            anchors.right: parent.right