Skip to content

Commit f29990c

Browse files
committed
Cleanup
1 parent ed7c913 commit f29990c

File tree

3 files changed

+258
-222
lines changed

3 files changed

+258
-222
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static uint GetIconSize(FolderLayoutModes folderLayoutMode)
3838
FolderLayoutModes.ColumnView when LayoutSettingsService.ColumnsViewSize == ColumnsViewSizeKind.ExtraLarge => Constants.ShellIconSizes.Large,
3939

4040
// Card
41-
FolderLayoutModes.CardsView when LayoutSettingsService.CardsViewSize == CardsViewSizeKind.Small => 52,
41+
FolderLayoutModes.CardsView when LayoutSettingsService.CardsViewSize == CardsViewSizeKind.Small => 64,
4242
FolderLayoutModes.CardsView when LayoutSettingsService.CardsViewSize == CardsViewSizeKind.Medium => 64,
4343
FolderLayoutModes.CardsView when LayoutSettingsService.CardsViewSize == CardsViewSizeKind.Large => 80,
4444
FolderLayoutModes.CardsView when LayoutSettingsService.CardsViewSize == CardsViewSizeKind.ExtraLarge => 96,

0 commit comments

Comments
 (0)