We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fac54 commit 828665bCopy full SHA for 828665b
js/ui/expoThumbnail.js
@@ -1632,7 +1632,7 @@ ExpoThumbnailsBox.prototype = {
1632
let childBox = new Clutter.ActorBox();
1633
1634
let calcPaddingX = function(nCols) {
1635
- let neededX = (thumbnailWidth * nCols) + totalSpacingX + (spacing * 2);
+ let neededX = (thumbnailWidth * nCols) + (spacing * (nCols + 1));
1636
let extraSpaceX = (box.x2 - box.x1) - neededX;
1637
return spacing + extraSpaceX/2;
1638
};
0 commit comments