Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5ec599

Browse files
committedApr 4, 2025·
Fixed height
1 parent 83ee902 commit c5ec599

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

Diff for: ‎src/Files.App/UserControls/NavigationToolbar.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
xmlns:ucs="using:Files.App.UserControls.StatusCenter"
2020
xmlns:vm="using:Files.App.ViewModels.UserControls"
2121
x:Name="NavToolbar"
22-
Height="50"
2322
Loading="NavToolbar_Loading"
2423
mc:Ignorable="d">
2524

@@ -55,7 +54,8 @@
5554
</UserControl.Resources>
5655

5756
<Grid
58-
Padding="8"
57+
Height="48"
58+
Padding="4,0,4,0"
5959
Background="{ThemeResource App.Theme.AddressBar.BackgroundBrush}"
6060
ColumnSpacing="4">
6161
<Grid.ColumnDefinitions>

Diff for: ‎src/Files.App/Views/MainPage.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
<uc:NavigationToolbar
147147
x:Name="NavToolbar"
148148
Grid.Row="1"
149-
Height="54"
150149
HorizontalAlignment="Stretch"
151150
HorizontalContentAlignment="Stretch"
152151
x:Load="False"

0 commit comments

Comments
 (0)
Please sign in to comment.