Skip to content

Commit 00f26fa

Browse files
committed
Update MainWindow.xaml
1 parent cdbc5a8 commit 00f26fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev/DevWinUI.Gallery/Views/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Modifiers="Control" />
3232
</AutoSuggestBox.KeyboardAccelerators>
3333
</AutoSuggestBox>
34-
<TitleBar.RightContent>
34+
<TitleBar.RightHeader>
3535
<Button x:Name="ThemeButton"
3636
Height="32"
3737
Margin="0,0,4,0"
@@ -40,7 +40,7 @@
4040
FontSize=16}"
4141
Style="{ThemeResource SubtleButtonStyle}"
4242
ToolTipService.ToolTip="Toggle Theme" />
43-
</TitleBar.RightContent>
43+
</TitleBar.RightHeader>
4444
</TitleBar>
4545
<NavigationView x:Name="NavView"
4646
Grid.Row="1"

0 commit comments

Comments
 (0)