overviewControls: add a new messages indicator

The new messages indicator will be visible when there are non-resident
notifications in the tray.

https://bugzilla.gnome.org/show_bug.cgi?id=687787
This commit is contained in:
Cosimo Cecchi
2013-02-28 21:19:03 -05:00
parent bdbea2463b
commit 8b48560c81
3 changed files with 134 additions and 1 deletions

View File

@ -308,6 +308,8 @@ const Overview = new Lang.Class({
// Add our same-line elements after the search entry
this._overview.add(this._groupStack, { y_fill: true, expand: true });
this._stack.add_actor(this._controls.indicatorActor);
// TODO - recalculate everything when desktop size changes
this.dashIconSize = this._dash.iconSize;
this._dash.connect('icon-size-changed',