code_style: replace tab with 2-spaces in xaml

This commit is contained in:
leo 2024-04-24 22:32:55 +08:00
parent f92858994a
commit 879f3cd76c

View file

@ -581,7 +581,7 @@
<Style Selector="MenuItem"> <Style Selector="MenuItem">
<Style.Resources> <Style.Resources>
<ControlTheme x:Key="{x:Type MenuItem}" TargetType="MenuItem"> <ControlTheme x:Key="{x:Type MenuItem}" TargetType="MenuItem">
<Setter Property="Height" Value="26"/> <Setter Property="Height" Value="28"/>
<Setter Property="Background" Value="Transparent" /> <Setter Property="Background" Value="Transparent" />
<Setter Property="Foreground" Value="{DynamicResource Brush.FG1}" /> <Setter Property="Foreground" Value="{DynamicResource Brush.FG1}" />
<Setter Property="Template"> <Setter Property="Template">