Dock: lower the actor to the bottom
Unless overridden manually, Clutter places actors at the top, which means the dock is painted above both the status menu and summary notifications.
This commit is contained in:
@@ -63,6 +63,7 @@ Dock.prototype = {
|
||||
this._tracker.connect('app-state-changed', Lang.bind(this, this._queueRedisplay));
|
||||
|
||||
Main.chrome.addActor(this.actor, { visibleInOverview: false });
|
||||
this.actor.lower_bottom();
|
||||
},
|
||||
|
||||
_appIdListToHash: function(apps) {
|
||||
|
||||
Reference in New Issue
Block a user