[gnome-shell/wip/swarm: 126/126] Dash: Animate on new window
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/swarm: 126/126] Dash: Animate on new window
- Date: Mon, 11 Aug 2014 20:31:17 +0000 (UTC)
commit ac950099dac5731abf8576e7c0d319ee20cd77a4
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]