mirror of
https://github.com/elementary/gala.git
synced 2024-12-24 09:42:21 +03:00
Multitasking view: Animate the dock when small size is selected (#1138)
This commit is contained in:
parent
ef536fa014
commit
16c112ccef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user