[gnome-shell/wip/swarm: 13/13] Dash: Animate on new window



commit 83a78f736ba36e5087f7c7a5bdbe328dace41fc0
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Thu Jun 26 21:10:15 2014 +0200

    Dash: Animate on new window

 js/ui/dash.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index 99635cd..4a4f9f4 100644
--- a/js/ui/dash.js
+++ b/js/ui/dash.js
@@ -528,7 +528,8 @@ const Dash = new Lang.Class({
     _createAppItem: function(app) {
         let appIcon = new AppDisplay.AppIcon(app,
                                              { setSizeManually: true,
-                                               showLabel: false });
+                                               showLabel: false },
+                                             { animateOnNewWindow: true });
         appIcon._draggable.connect('drag-begin',
                                    Lang.bind(this, function() {
                                        appIcon.actor.opacity = 50;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]