From 0a144ee54fdfd11be7968c4d799d821ad30d9575 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 3 Mar 2021 18:02:03 +0300 Subject: [PATCH] workspace: Fix switched arguments Part-of: --- 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 ec08b7355..a21b5b43c 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.