a11y: setting a proper name for Activities button
https://bugzilla.gnome.org/show_bug.cgi?id=670312
This commit is contained in:
parent
f4b58f35ba
commit
e37574510e
@ -614,6 +614,8 @@ const ActivitiesButton = new Lang.Class({
|
||||
this._label = new St.Label({ text: _("Activities") });
|
||||
container.add_actor(this._label);
|
||||
|
||||
this.actor.label_actor = this._label;
|
||||
|
||||
this._hotCorner = new Layout.HotCorner();
|
||||
container.add_actor(this._hotCorner.actor);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user