overviewControls: Remove message indicator
The message tray is now empty and about to be removed, so an indication at the bottom edge of the overview becomes an odd location to convey the status of the summary. We will eventually display an indication in the top bar that unseen messages are available, for now just remove the existing indicator. https://bugzilla.gnome.org/show_bug.cgi?id=744850
This commit is contained in:
@ -259,8 +259,6 @@ const Overview = new Lang.Class({
|
||||
this._overview.add(this._controls.actor, { y_fill: true, expand: true });
|
||||
this._controls.actor.connect('scroll-event', Lang.bind(this, this._onScrollEvent));
|
||||
|
||||
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',
|
||||
|
Reference in New Issue
Block a user