wslsettings: appropriately set heading level for PageHeaderTextBlockStyle (#13257)
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
Ben Hillis committed
Jul 17, 2025 at 10:52 UTC
2bdd6b999d6c437caedb41db5bcd840d6cb9ba30
1 file changed
+1
src/windows/wslsettings/Styles/CommonStyles.xaml
+1
@@ -44,6 +44,7 @@
44
<Setter Property="FontSize" Value="20" />
45
<Setter Property="FontWeight" Value="SemiBold" />
46
<Setter Property="Margin" Value="1,28,0,4" />
47
+ <Setter Property="AutomationProperties.HeadingLevel" Value="Level1" />
48
</Style.Setters>
49
</Style>
50