Skip to content

Commit

Permalink
Update src/Files.App/Helpers/Layout/LayoutSizeKindHelper.cs
Browse files Browse the repository at this point in the history
Co-authored-by: hishitetsu <[email protected]>
Signed-off-by: Yair <[email protected]>
  • Loading branch information
yaira2 and hishitetsu authored Jan 16, 2025
1 parent 9dd4b16 commit eeda9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/Helpers/Layout/LayoutSizeKindHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ public static uint GetIconSize(FolderLayoutModes folderLayoutMode)

// Grid and Tiles
FolderLayoutModes.GridView when LayoutSettingsService.GridViewSize <= GridViewSizeKind.Small => 96,
FolderLayoutModes.TilesView => 96,
FolderLayoutModes.GridView when LayoutSettingsService.GridViewSize <= GridViewSizeKind.Large => 128,
FolderLayoutModes.TilesView => 96,

_ => 256,
};
Expand Down

0 comments on commit eeda9c0

Please sign in to comment.