[gnome-shell] layout: Adjust the opening animation to be less intense



commit 216d84faeb18359b41abf215d41dc81af09846a3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Nov 19 20:35:30 2013 -0500

    layout: Adjust the opening animation to be less intense
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712362

 js/ui/layout.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/layout.js b/js/ui/layout.js
index 80bae9d..c74033b 100644
--- a/js/ui/layout.js
+++ b/js/ui/layout.js
@@ -607,7 +607,7 @@ const LayoutManager = new Lang.Class({
 
             this.uiGroup.set_pivot_point(x / global.screen_width,
                                          y / global.screen_height);
-            this.uiGroup.scale_x = this.uiGroup.scale_y = 0.5;
+            this.uiGroup.scale_x = this.uiGroup.scale_y = 0.75;
             this.uiGroup.opacity = 0;
             global.window_group.set_clip(monitor.x, monitor.y, monitor.width, monitor.height);
         }


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