Skip to content

Commit c28fa07

Browse files
authored
GridViewBrowser: Fixed folder icon size (#970)
1 parent ff168e1 commit c28fa07

File tree

3 files changed

+58
-47
lines changed

3 files changed

+58
-47
lines changed

Files/Assets/FolderIcon.svg

+27-26
Loading

Files/Assets/FolderIconLarge.svg

+30-19
Loading

Files/UserControls/LayoutModes/GridViewBrowser.xaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@
353353
DataContextChanged="FileListGridItem_DataContextChanged"
354354
EffectiveViewportChanged="Grid_EffectiveViewportChanged"
355355
IsRightTapEnabled="True"
356-
Margin="10,0,10,0"
357356
PointerPressed="FileListGridItem_PointerPressed"
358357
RightTapped="StackPanel_RightTapped"
359358
Tag="ItemRoot"
@@ -403,7 +402,7 @@
403402
</Grid>
404403
<TextBlock
405404
Grid.Row="1"
406-
Margin="0,0,0,10"
405+
Margin="5,0,5,10"
407406
HorizontalAlignment="Stretch"
408407
VerticalAlignment="Stretch"
409408
HorizontalTextAlignment="Center"

0 commit comments

Comments
 (0)