Skip to content

Commit

Permalink
Merge pull request #5276 from MDoerner/CorrectFormatting
Browse files Browse the repository at this point in the history
Replace tabs by spaces in XAML
  • Loading branch information
retailcoder committed Nov 11, 2019
2 parents 7b8a285 + ffe8d09 commit 9805141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Rubberduck.Core/UI/Controls/ToolBar.xaml
Expand Up @@ -21,9 +21,9 @@
<Setter Property="Margin" Value="4" />
</Style>

<converters:GroupingGridLocationConverter x:Key="GroupingGridLocationConverter" />
<converters:GroupingGridLocationConverter x:Key="GroupingGridLocationConverter" />

<SolidColorBrush x:Key="ToolBarHorizontalBackground" Color="#FFEEF5FD"/>
<SolidColorBrush x:Key="ToolBarHorizontalBackground" Color="#FFEEF5FD"/>
<SolidColorBrush x:Key="ToolBarToggleButtonVerticalBackground" Color="#FFEEF5FD"/>
<SolidColorBrush x:Key="ToolBarButtonHover" Color="#210080FF"/>
<SolidColorBrush x:Key="ToolBarGripper" Color="#FF6D6D6D"/>
Expand Down
8 changes: 4 additions & 4 deletions Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml
Expand Up @@ -20,9 +20,9 @@

<codeInspections:InspectionSeverityImageSourceConverter x:Key="SeverityIconConverter" />
<codeInspections:InspectionImageSourceConverter x:Key="InspectionIconConverter" />
<codeInspections:QuickFixImageSourceConverter x:Key="QuickFixIconConverter" />
<codeInspections:QuickFixImageSourceConverter x:Key="QuickFixIconConverter" />

<Style x:Key="IconMargin" TargetType="Image">
<Style x:Key="IconMargin" TargetType="Image">
<Setter Property="Margin" Value="4" />
</Style>

Expand Down Expand Up @@ -236,8 +236,8 @@
<Setter Property="Command" Value="{Binding Command}" />
<Setter Property="CommandParameter" Value="{Binding Fix}" />
<Setter Property="Header" Value="{Binding Description}" />
<Setter Property="Background" Value="Transparent" />
</Style>
<Setter Property="Background" Value="Transparent" />
</Style>
</ContextMenu.Resources>
</ContextMenu>
</DataGrid.ContextMenu>
Expand Down

0 comments on commit 9805141

Please sign in to comment.