mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
a11y: Setting proper label_actor of dash elements
https://bugzilla.gnome.org/show_bug.cgi?id=644255
This commit is contained in:
parent
c064973c9d
commit
8db193a172
1 changed files with 3 additions and 0 deletions
|
|
@ -440,6 +440,9 @@ const Dash = new Lang.Class({
|
|||
item.setChild(display.actor);
|
||||
|
||||
item.setLabelText(app.get_name());
|
||||
// Override default AppWellIcon label_actor
|
||||
display.actor.label_actor = item.label;
|
||||
|
||||
|
||||
display.icon.setIconSize(this.iconSize);
|
||||
display.actor.connect('notify::hover',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue