Merge lp:~fboucault/unity-2d/dash_proper_hover into lp:unity-2d/3.0
Proposed by
Florian Boucault
on 2011-08-23
Status: | Merged |
---|---|
Approved by: | Gerry Boland on 2011-08-23 |
Approved revision: | 684 |
Merged at revision: | 685 |
Proposed branch: | lp:~fboucault/unity-2d/dash_proper_hover |
Merge into: | lp:unity-2d/3.0 |
Diff against target: |
322 lines (+92/-75) 9 files modified
places/Button.qml (+0/-43) places/ButtonBackground.qml (+31/-0) places/Home.qml (+2/-2) places/HomeButton.qml (+26/-23) places/UnityDefaultRenderer.qml (+12/-3) places/UnityEmptySearchRenderer.qml (+8/-1) places/UnityFileInfoRenderer.qml (+6/-1) places/UnityHorizontalTileRenderer.qml (+6/-1) places/dash.qml (+1/-1) |
To merge this branch: | bzr merge lp:~fboucault/unity-2d/dash_proper_hover |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gerry Boland (community) | 2011-08-23 | Approve on 2011-08-23 | |
Review via email:
|
Description of the change
[dash] Removed 'hover' state everywhere but in search results and home screen shortctus.
In these 2 places the style was adapted to look better and also closer to Unity's.
HomeButton now expands its label when focused.
To post a comment you must log in.
lp:~fboucault/unity-2d/dash_proper_hover
updated
on 2011-08-23
- 683. By Florian Boucault on 2011-08-23
-
Added missing ButtonBackground.
- 684. By Florian Boucault on 2011-08-23
-
Merged trunk
Works ok, accepted.