Skip to content

Commit 55f8a5e

Browse files
authored
Feature: Changed default grid view size to medium (#11137)
1 parent 362434d commit 55f8a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ServicesImplementation/Settings/LayoutSettingsService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public LayoutSettingsService(ISettingsSharingContext settingsSharingContext)
1414

1515
public int DefaultGridViewSize
1616
{
17-
get => (int)Get((long)Constants.Browser.GridViewBrowser.GridViewSizeSmall);
17+
get => (int)Get((long)Constants.Browser.GridViewBrowser.GridViewSizeMedium);
1818
set => Set((long)value);
1919
}
2020

0 commit comments

Comments
 (0)