workspace: Fix switched arguments
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1738>
This commit is contained in:
parent
9ebfd0874c
commit
0a144ee54f
@ -465,7 +465,7 @@ var WorkspaceLayout = GObject.registerClass({
|
|||||||
|
|
||||||
_adjustSpacingAndPadding(rowSpacing, colSpacing, containerBox) {
|
_adjustSpacingAndPadding(rowSpacing, colSpacing, containerBox) {
|
||||||
if (this._sortedWindows.length === 0)
|
if (this._sortedWindows.length === 0)
|
||||||
return [colSpacing, rowSpacing, containerBox];
|
return [rowSpacing, colSpacing, containerBox];
|
||||||
|
|
||||||
// All of the overlays have the same chrome sizes,
|
// All of the overlays have the same chrome sizes,
|
||||||
// so just pick the first one.
|
// so just pick the first one.
|
||||||
|
Loading…
Reference in New Issue
Block a user