a11y: setting ATK_ROLE_ARROW to object unicodeArrow

https://bugzilla.gnome.org/show_bug.cgi?id=710120
This commit is contained in:
Alejandro Piñeiro 2013-10-14 17:29:59 +02:00
parent 96aa33f4ef
commit 5c5f2fdf8f

View File

@ -64,6 +64,7 @@ function unicodeArrow(side) {
return new St.Label({ text: arrowChar,
style_class: 'unicode-arrow',
accessible_role: Atk.Role.ARROW,
y_expand: true,
y_align: Clutter.ActorAlign.CENTER });
}