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 e2177f0 commit 81fde37Copy full SHA for 81fde37
src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs
@@ -328,7 +328,7 @@ private void SetItemContainerStyle()
328
FileList.ItemContainerStyle = LocalCompactListItemContainerStyle;
329
330
// Set correct style
331
- FileList.ItemContainerStyle = LocalRegularItemContainerStyle;
+ FileList.ItemContainerStyle = LocalListItemContainerStyle;
332
}
333
334
0 commit comments