a11y: setting ATK_ROLE_ARROW to object unicodeArrow
https://bugzilla.gnome.org/show_bug.cgi?id=710120
This commit is contained in:
parent
96aa33f4ef
commit
5c5f2fdf8f
@ -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 });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user