Skip to content

Commit

Permalink
Fix mis-aligned Navigationview footer and save buttons in the setting…
Browse files Browse the repository at this point in the history
…s page (#13282)

This improves the layout/appearance of the settings UI footer, by reducing
the height of the main content footer to match the navigation view footer.
  • Loading branch information
HO-COOH committed Jun 13, 2022
1 parent 2e7a95d commit d866908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsEditor/MainPage.xaml
Expand Up @@ -179,7 +179,7 @@
</Frame>
<!-- Explicitly set the background color on grid to prevent the navigation animation from overflowing it -->
<Grid Grid.Row="1"
Height="80"
Height="55"
BorderBrush="{ThemeResource DividerStrokeColorDefaultBrush}"
BorderThickness="0,1,0,0">
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit d866908

Please sign in to comment.