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

« back to all changes in this revision

Viewing changes to shell/dash/MultiRangeButton.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:
43
43
        text: multiRangeButton.text
44
44
        elide: Text.ElideRight
45
45
 
46
 
        effect: DropShadow {
47
 
             blurRadius: 8
48
 
             color: "white"
49
 
             offset.x: 0
50
 
             offset.y: 0
51
 
             enabled: ( multiRangeButton.state == "selected" )
52
 
        }
53
46
    }
54
47
 
55
48
    Rectangle {