Skip to content

Commit

Permalink
Increased padding on Pathbar (#8758)
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetsw authored Mar 25, 2022
1 parent ebe2424 commit 800f2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.Uwp/UserControls/PathBreadcrumb.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</UserControl.Resources>
<ListView
x:Name="PathViewInteract"
Padding="0,0,12,0"
Padding="6,0,12,0"
VerticalAlignment="Stretch"
HorizontalContentAlignment="Stretch"
VerticalContentAlignment="Stretch"
Expand Down

0 comments on commit 800f2fe

Please sign in to comment.