[gnome-shell] workspacesView: Increase secondary monitor workspace scale



commit a63c44ba2c3f9a1c75838bf8748026ec8b81c287
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed May 12 11:38:09 2021 -0300

    workspacesView: Increase secondary monitor workspace scale
    
    The current value, 70%, may end up leaving too much unused space on
    secondary monitors. The new value of 80% is completely based on trial
    and error, but seems to work slightly better.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3820
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1845>

 js/ui/workspacesView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index f34e6d8384..c2d023cc4f 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -20,7 +20,7 @@ const WORKSPACE_MAX_SPACING = 80;
 
 const WORKSPACE_INACTIVE_SCALE = 0.94;
 
-const SECONDARY_WORKSPACE_SCALE = 0.70;
+const SECONDARY_WORKSPACE_SCALE = 0.80;
 
 var WorkspacesViewBase = GObject.registerClass({
     GTypeFlags: GObject.TypeFlags.ABSTRACT,


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