We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ee902 commit c5ec599Copy full SHA for c5ec599
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -19,7 +19,6 @@
19
xmlns:ucs="using:Files.App.UserControls.StatusCenter"
20
xmlns:vm="using:Files.App.ViewModels.UserControls"
21
x:Name="NavToolbar"
22
- Height="50"
23
Loading="NavToolbar_Loading"
24
mc:Ignorable="d">
25
@@ -55,7 +54,8 @@
55
54
</UserControl.Resources>
56
57
<Grid
58
- Padding="8"
+ Height="48"
+ Padding="4,0,4,0"
59
Background="{ThemeResource App.Theme.AddressBar.BackgroundBrush}"
60
ColumnSpacing="4">
61
<Grid.ColumnDefinitions>
src/Files.App/Views/MainPage.xaml
@@ -146,7 +146,6 @@
146
<uc:NavigationToolbar
147
148
Grid.Row="1"
149
- Height="54"
150
HorizontalAlignment="Stretch"
151
HorizontalContentAlignment="Stretch"
152
x:Load="False"
0 commit comments