[gnome-shell/wip/fmuellner/overview-tweaks: 7/7] workspace: Allow full-sized window previews



commit 524ecd8b33f412ed1a4fade9b78ec15940fa44de
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Jun 2 05:35:08 2017 +0200

    workspace: Allow full-sized window previews
    
    Previews are currently limited to at most 70% of the actual window
    size. This was done to indicate more clearly that the overview is
    active and the window cannot be interacted with. However since then
    other indications like the vignette effect have been added, so
    artificially limiting the preview size doesn't look necessary anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783953

 js/ui/workspace.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index 705a732..082b866 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -20,7 +20,7 @@ const WindowManager = imports.ui.windowManager;
 
 const WINDOW_DND_SIZE = 256;
 
-const WINDOW_CLONE_MAXIMUM_SCALE = 0.7;
+const WINDOW_CLONE_MAXIMUM_SCALE = 1.0;
 
 const CLOSE_BUTTON_FADE_TIME = 0.1;
 


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