[gnome-shell/wip/swarm: 6/6] Dash: Animate on new window
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/swarm: 6/6] Dash: Animate on new window
- Date: Thu, 3 Jul 2014 11:24:08 +0000 (UTC)
commit aaa383089476bb4a98110bf1b39027ee7ecd3b11
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]