From 216d84faeb18359b41abf215d41dc81af09846a3 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 19 Nov 2013 20:35:30 -0500 Subject: [PATCH] layout: Adjust the opening animation to be less intense https://bugzilla.gnome.org/show_bug.cgi?id=712362 --- js/ui/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/layout.js b/js/ui/layout.js index 80bae9d8a..c74033b94 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); }