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.