We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362434d commit 55f8a5eCopy full SHA for 55f8a5e
src/Files.App/ServicesImplementation/Settings/LayoutSettingsService.cs
@@ -14,7 +14,7 @@ public LayoutSettingsService(ISettingsSharingContext settingsSharingContext)
14
15
public int DefaultGridViewSize
16
{
17
- get => (int)Get((long)Constants.Browser.GridViewBrowser.GridViewSizeSmall);
+ get => (int)Get((long)Constants.Browser.GridViewBrowser.GridViewSizeMedium);
18
set => Set((long)value);
19
}
20
0 commit comments