![Jonas Dreßler](/assets/img/avatar_default.png)
We want to clip the Workspace actor in the appGrid state of the overview in order to make sure windows that overflow the monitor don't spill out. So far we had commit b1970b95b8813c00895f3da9f4fc88ca04627954 for that. Now since the last commit, window previews always slightly overflow the allocation with their icons. That means a part of the window icon gets clipped away as soon as the transition to the appGrid starts, which looks weird. Fix that bug in the transition by slightly extending the clip downwards when animating between the window picker and the app grid state. The extra height we extend the clip by is controlled by the overviewState, which means we extend the clip by the full icon overlap in the window picker state, but don't extend the clip at all when in the app grid state. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1813>
GNOME Shell
GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience.
For more information about GNOME Shell, including instructions on how to build GNOME Shell from source and how to get involved with the project, see the project wiki.
Bugs should be reported to the GNOME bug tracking system. Please refer to the Schedule wiki page to see the supported versions.
Contributing
To contribute, open merge requests at https://gitlab.gnome.org/GNOME/gnome-shell.
Commit messages should follow the GNOME commit message guidelines. We require an URL to either an issue or a merge request in each commit.
License
GNOME Shell is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.