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:
Giovanni Campagna
2011-02-26 16:43:15 +01:00
parent fbbe5ba764
commit 984e755ee6
+1
View File
@@ -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) {