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
1=== modified file 'places/TickBox.qml'
2--- places/TickBox.qml 2011-06-24 18:27:43 +0000
3+++ places/TickBox.qml 2011-07-04 06:51:11 +0000
4@@ -26,7 +26,7 @@
5 property bool canUncheck: true
6
7 Accessible.name: text
8- Accessible.role: Accessible.CheckBox
9+ Accessible.role: Accessible.RadioButton
10
11 width: childrenRect.width
12 height: childrenRect.height

Subscribers

People subscribed via source and target branches