Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be424b2c authored by Tony Wickham's avatar Tony Wickham Committed by Android Git Automerger
Browse files

am a295048a: Increase folder cell width slightly.

* commit 'a295048a':
  Increase folder cell width slightly.
parents e906643c a295048a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -229,7 +229,8 @@ public class DeviceProfile {
        hotseatCellHeightPx = iconSizePx;

        // Folder
        folderCellWidthPx = cellWidthPx + 3 * edgeMarginPx;
        folderCellWidthPx = Math.min(cellWidthPx + 6 * edgeMarginPx,
                (availableWidthPx - 4 * edgeMarginPx) / inv.numFolderColumns);
        folderCellHeightPx = cellHeightPx + edgeMarginPx;
        folderBackgroundOffset = -edgeMarginPx;
        folderIconSizePx = iconSizePx + 2 * -folderBackgroundOffset;