Skip to content

Commit 9805141

Browse files
authored
Merge pull request #5276 from MDoerner/CorrectFormatting
Replace tabs by spaces in XAML
2 parents 7b8a285 + ffe8d09 commit 9805141

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Rubberduck.Core/UI/Controls/ToolBar.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<Setter Property="Margin" Value="4" />
2222
</Style>
2323

24-
<converters:GroupingGridLocationConverter x:Key="GroupingGridLocationConverter" />
24+
<converters:GroupingGridLocationConverter x:Key="GroupingGridLocationConverter" />
2525

26-
<SolidColorBrush x:Key="ToolBarHorizontalBackground" Color="#FFEEF5FD"/>
26+
<SolidColorBrush x:Key="ToolBarHorizontalBackground" Color="#FFEEF5FD"/>
2727
<SolidColorBrush x:Key="ToolBarToggleButtonVerticalBackground" Color="#FFEEF5FD"/>
2828
<SolidColorBrush x:Key="ToolBarButtonHover" Color="#210080FF"/>
2929
<SolidColorBrush x:Key="ToolBarGripper" Color="#FF6D6D6D"/>

Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
<codeInspections:InspectionSeverityImageSourceConverter x:Key="SeverityIconConverter" />
2222
<codeInspections:InspectionImageSourceConverter x:Key="InspectionIconConverter" />
23-
<codeInspections:QuickFixImageSourceConverter x:Key="QuickFixIconConverter" />
23+
<codeInspections:QuickFixImageSourceConverter x:Key="QuickFixIconConverter" />
2424

25-
<Style x:Key="IconMargin" TargetType="Image">
25+
<Style x:Key="IconMargin" TargetType="Image">
2626
<Setter Property="Margin" Value="4" />
2727
</Style>
2828

@@ -236,8 +236,8 @@
236236
<Setter Property="Command" Value="{Binding Command}" />
237237
<Setter Property="CommandParameter" Value="{Binding Fix}" />
238238
<Setter Property="Header" Value="{Binding Description}" />
239-
<Setter Property="Background" Value="Transparent" />
240-
</Style>
239+
<Setter Property="Background" Value="Transparent" />
240+
</Style>
241241
</ContextMenu.Resources>
242242
</ContextMenu>
243243
</DataGrid.ContextMenu>

0 commit comments

Comments
 (0)