Skip to content

Commit 9bfe940

Browse files
Wrong title bar height?
1 parent 6c32baf commit 9bfe940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hub/apps/design/style/mica.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ By default, NavigationView in Left mode includes the content layer in its conten
124124
IsHitTestVisible="True"
125125
VerticalAlignment="Top"
126126
Background="Transparent"
127-
Height="40"
127+
Height="48"
128128
Canvas.ZIndex="1"
129129
Margin="48,8,0,0">
130130
<StackPanel Orientation="Horizontal">
@@ -259,7 +259,7 @@ To follow the card pattern using a NavigationView you will need to remove the de
259259
IsHitTestVisible="True"
260260
VerticalAlignment="Top"
261261
Background="Transparent"
262-
Height="40"
262+
Height="48"
263263
Canvas.ZIndex="1"
264264
Margin="48,8,0,0">
265265
<StackPanel Orientation="Horizontal">
@@ -450,4 +450,4 @@ private void NavigationViewControl_DisplayModeChanged(Microsoft.UI.Xaml.Controls
450450

451451
## Related articles
452452

453-
[BackdropMaterial class](/uwp/api/microsoft.ui.xaml.controls.backdropmaterial), [NavigationView](../controls/navigationview.md), [Materials](../signature-experiences/materials.md), [Layering and Elevation](../signature-experiences/layering.md)
453+
[BackdropMaterial class](/uwp/api/microsoft.ui.xaml.controls.backdropmaterial), [NavigationView](../controls/navigationview.md), [Materials](../signature-experiences/materials.md), [Layering and Elevation](../signature-experiences/layering.md)

0 commit comments

Comments
 (0)