mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
code_style: replace tab with 2-spaces in xaml
This commit is contained in:
parent
f92858994a
commit
879f3cd76c
1 changed files with 150 additions and 150 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue