Skip to content

Commit 65061b6

Browse files
authored
Fix: Fixed thumbnails in grid layout (#10985)
1 parent 34ab09c commit 65061b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Files.App (Package)/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
1111
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
1212
IgnorableNamespaces="uap uap5 mp rescap desktop6 desktop4 desktop">
13-
<Identity Name="FilesDev" Publisher="CN=Files" Version="2.4.20.0" />
13+
<Identity Name="FilesDev" Publisher="CN=Files" Version="2.4.21.0" />
1414
<Properties>
1515
<DisplayName>Files - Dev</DisplayName>
1616
<PublisherDisplayName>Yair A</PublisherDisplayName>

src/Files.App/Views/LayoutModes/GridViewBrowser.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,12 @@
586586
</controls:AdaptiveGridView.GroupStyle>
587587

588588
<!-- Wraps items without affecting the height of other rows -->
589-
<ItemsControl.ItemsPanel>
589+
<!-- Disabled as it broke thumbnails -->
590+
<!--<ItemsControl.ItemsPanel>
590591
<ItemsPanelTemplate>
591592
<controls:WrapPanel/>
592593
</ItemsPanelTemplate>
593-
</ItemsControl.ItemsPanel>
594+
</ItemsControl.ItemsPanel>-->
594595

595596
<controls:AdaptiveGridView.Resources>
596597
<ResourceDictionary>

0 commit comments

Comments
 (0)