We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbc5a8 commit 00f26faCopy full SHA for 00f26fa
1 file changed
dev/DevWinUI.Gallery/Views/MainWindow.xaml
@@ -31,7 +31,7 @@
31
Modifiers="Control" />
32
</AutoSuggestBox.KeyboardAccelerators>
33
</AutoSuggestBox>
34
- <TitleBar.RightContent>
+ <TitleBar.RightHeader>
35
<Button x:Name="ThemeButton"
36
Height="32"
37
Margin="0,0,4,0"
@@ -40,7 +40,7 @@
40
FontSize=16}"
41
Style="{ThemeResource SubtleButtonStyle}"
42
ToolTipService.ToolTip="Toggle Theme" />
43
- </TitleBar.RightContent>
+ </TitleBar.RightHeader>
44
</TitleBar>
45
<NavigationView x:Name="NavView"
46
Grid.Row="1"
0 commit comments