mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
overview: don't clone the whole message tray when layouting
The message tray actor also includes notifications themselves. We want our ghost to be sized as the base part of the tray instead. Just make sure to use the same style class as the base actor then, as its height is specified by the CSS. https://bugzilla.gnome.org/show_bug.cgi?id=690174
This commit is contained in:
parent
bdf0a6fd0b
commit
e89ce7358a
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ const Overview = new Lang.Class({
|
|||
expand: true });
|
||||
|
||||
// Then account for message tray
|
||||
this._messageTrayGhost = new St.Bin({ child: new Clutter.Clone({ source: Main.messageTray.actor }),
|
||||
this._messageTrayGhost = new St.Bin({ style_class: 'message-tray-summary',
|
||||
reactive: false,
|
||||
opacity: 0,
|
||||
x_fill: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue