Multitasking view: Animate the dock when small size is selected (#1138)

This commit is contained in:
José Expósito 2021-05-18 20:55:01 +02:00 committed by GitHub
parent ef536fa014
commit 16c112ccef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -649,7 +649,7 @@ namespace Gala {
unowned GLib.List<Meta.WindowActor> window_actors = display.get_window_actors ();
foreach (unowned Meta.WindowActor actor in window_actors) {
const int MAX_OFFSET = 100;
const int MAX_OFFSET = 85;
if (actor.is_destroyed ())
continue;