File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Files.App/Views/LayoutModes Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
11
11
xmlns : uap5 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
12
12
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" />
14
14
<Properties >
15
15
<DisplayName >Files - Dev</DisplayName >
16
16
<PublisherDisplayName >Yair A</PublisherDisplayName >
Original file line number Diff line number Diff line change 586
586
</controls : AdaptiveGridView .GroupStyle>
587
587
588
588
<!-- Wraps items without affecting the height of other rows -->
589
- <ItemsControl .ItemsPanel>
589
+ <!-- Disabled as it broke thumbnails -->
590
+ <!-- <ItemsControl.ItemsPanel>
590
591
<ItemsPanelTemplate>
591
592
<controls:WrapPanel/>
592
593
</ItemsPanelTemplate>
593
- </ItemsControl .ItemsPanel>
594
+ </ItemsControl.ItemsPanel>-->
594
595
595
596
<controls : AdaptiveGridView .Resources>
596
597
<ResourceDictionary >
You can’t perform that action at this time.
0 commit comments