Merge lp:~themuso/unity-2d/places-checkbox-role into lp:~unity-2d-team/unity-2d/accessibility

Proposed by Luke Yelavich
Status: Merged
Approved by: Florian Boucault
Approved revision: 621
Merged at revision: 621
Proposed branch: lp:~themuso/unity-2d/places-checkbox-role
Merge into: lp:~unity-2d-team/unity-2d/accessibility
Diff against target: 12 lines (+1/-1)
1 file modified
places/TickBox.qml (+1/-1)
To merge this branch: bzr merge lp:~themuso/unity-2d/places-checkbox-role
Reviewer Review Type Date Requested Status
Florian Boucault (community) Approve
Review via email: mp+66750@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Florian Boucault (fboucault) wrote :

Great!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'places/TickBox.qml'
--- places/TickBox.qml 2011-06-24 18:27:43 +0000
+++ places/TickBox.qml 2011-07-04 06:51:11 +0000
@@ -26,7 +26,7 @@
26 property bool canUncheck: true26 property bool canUncheck: true
2727
28 Accessible.name: text28 Accessible.name: text
29 Accessible.role: Accessible.CheckBox29 Accessible.role: Accessible.RadioButton
3030
31 width: childrenRect.width31 width: childrenRect.width
32 height: childrenRect.height32 height: childrenRect.height

Subscribers

People subscribed via source and target branches