Skip to content
  • Jonas Dreßler's avatar
    overview: Get rid of panel ghost actor · d49606bb
    Jonas Dreßler authored and Marge Bot's avatar Marge Bot committed
    Right now we use a ClutterClone ghost of the panel simply to add some
    spacing to the top monitor edge.
    
    We can remove the panelGhost by adjusting the allocations of all the
    parts of the overview ourselves inside ControlsManagers vfunc_allocate,
    this should also work with extensions that move the panel somewhere
    else.
    
    This makes the initial relayout of the overview significantly faster,
    because we now no longer have to relayout the whole panel in the
    process.
    
    Part-of: <GNOME/gnome-shell!1755>
    d49606bb