Skip to content

Commit eeda9c0

Browse files
yaira2hishitetsu
andauthored
Update src/Files.App/Helpers/Layout/LayoutSizeKindHelper.cs
Co-authored-by: hishitetsu <[email protected]> Signed-off-by: Yair <[email protected]>
1 parent 9dd4b16 commit eeda9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Helpers/Layout/LayoutSizeKindHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ public static uint GetIconSize(FolderLayoutModes folderLayoutMode)
121121

122122
// Grid and Tiles
123123
FolderLayoutModes.GridView when LayoutSettingsService.GridViewSize <= GridViewSizeKind.Small => 96,
124-
FolderLayoutModes.TilesView => 96,
125124
FolderLayoutModes.GridView when LayoutSettingsService.GridViewSize <= GridViewSizeKind.Large => 128,
125+
FolderLayoutModes.TilesView => 96,
126126

127127
_ => 256,
128128
};

0 commit comments

Comments
 (0)