Skip to content

Commit 7aca5e1

Browse files
committed
Remove erroneous margin settings on one of the grouping grids
1 parent 77fa481 commit 7aca5e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,7 @@
626626
<controls:GroupingGrid ItemsSource="{Binding Source={StaticResource ResultsByOutcome}}"
627627
SelectedItem="{Binding SelectedTest}"
628628
ShowGroupingItemCount="True"
629-
Visibility="{Binding GroupByOutcome, Converter={StaticResource BoolToVisibility}}"
630-
Margin="-1,0,1,0">
629+
Visibility="{Binding GroupByOutcome, Converter={StaticResource BoolToVisibility}}">
631630
<DataGrid.Columns>
632631
<DataGridTemplateColumn Header="{Resx ResxName=Rubberduck.Resources.UnitTesting.TestExplorer, Key=TestExplorer_Outcome}">
633632
<DataGridTemplateColumn.CellTemplate>

0 commit comments

Comments
 (0)