dash: Make the dash items accessible
https://bugzilla.gnome.org/show_bug.cgi?id=685313
This commit is contained in:
parent
36e5ae4a25
commit
06e5c25383
@ -51,6 +51,7 @@ const DashItemContainer = new Lang.Class({
|
|||||||
this.label = new St.Label({ style_class: 'dash-label'});
|
this.label = new St.Label({ style_class: 'dash-label'});
|
||||||
this.label.hide();
|
this.label.hide();
|
||||||
Main.layoutManager.addChrome(this.label);
|
Main.layoutManager.addChrome(this.label);
|
||||||
|
this.actor.label_actor = this.label;
|
||||||
|
|
||||||
this.child = null;
|
this.child = null;
|
||||||
this._childScale = 1;
|
this._childScale = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user