[gnome-shell] workspace: Fix switched arguments



commit 0a144ee54fdfd11be7968c4d799d821ad30d9575
Author: Ivan Molodetskikh <yalterz gmail com>
Date:   Wed Mar 3 18:02:03 2021 +0300

    workspace: Fix switched arguments
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1738>

 js/ui/workspace.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index ec08b7355a..a21b5b43ca 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -465,7 +465,7 @@ var WorkspaceLayout = GObject.registerClass({
 
     _adjustSpacingAndPadding(rowSpacing, colSpacing, containerBox) {
         if (this._sortedWindows.length === 0)
-            return [colSpacing, rowSpacing, containerBox];
+            return [rowSpacing, colSpacing, containerBox];
 
         // All of the overlays have the same chrome sizes,
         // so just pick the first one.


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