We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff168e1 commit c28fa07Copy full SHA for c28fa07
Files/Assets/FolderIcon.svg
Files/Assets/FolderIconLarge.svg
Files/UserControls/LayoutModes/GridViewBrowser.xaml
@@ -353,7 +353,6 @@
353
DataContextChanged="FileListGridItem_DataContextChanged"
354
EffectiveViewportChanged="Grid_EffectiveViewportChanged"
355
IsRightTapEnabled="True"
356
- Margin="10,0,10,0"
357
PointerPressed="FileListGridItem_PointerPressed"
358
RightTapped="StackPanel_RightTapped"
359
Tag="ItemRoot"
@@ -403,7 +402,7 @@
403
402
</Grid>
404
<TextBlock
405
Grid.Row="1"
406
- Margin="0,0,0,10"
+ Margin="5,0,5,10"
407
HorizontalAlignment="Stretch"
408
VerticalAlignment="Stretch"
409
HorizontalTextAlignment="Center"
0 commit comments