Skip to content

Commit d6e6b57

Browse files
committed
Update GridLayoutPage.xaml.cs
1 parent a45b73a commit d6e6b57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public int CardsViewItemWidth
7272
get => UserSettingsService.LayoutSettingsService.CardsViewSize switch
7373
{
7474
CardsViewSizeKind.Small => 300,
75-
CardsViewSizeKind.Medium => 200,
75+
CardsViewSizeKind.Medium => 220,
7676
CardsViewSizeKind.Large => 240,
7777
CardsViewSizeKind.ExtraLarge => 260,
7878
_ => 300
@@ -87,7 +87,7 @@ public int CardsViewItemHeight
8787
get => UserSettingsService.LayoutSettingsService.CardsViewSize switch
8888
{
8989
CardsViewSizeKind.Small => 128,
90-
CardsViewSizeKind.Medium => 200,
90+
CardsViewSizeKind.Medium => 220,
9191
CardsViewSizeKind.Large => 240,
9292
CardsViewSizeKind.ExtraLarge => 260,
9393
_ => 128
@@ -117,7 +117,7 @@ public int CardsViewIconBoxWidth
117117
get => UserSettingsService.LayoutSettingsService.CardsViewSize switch
118118
{
119119
CardsViewSizeKind.Small => 128,
120-
CardsViewSizeKind.Medium => 200,
120+
CardsViewSizeKind.Medium => 220,
121121
CardsViewSizeKind.Large => 240,
122122
CardsViewSizeKind.ExtraLarge => 260,
123123
_ => 128

0 commit comments

Comments
 (0)