We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fa481 commit 7aca5e1Copy full SHA for 7aca5e1
Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml
@@ -626,8 +626,7 @@
626
<controls:GroupingGrid ItemsSource="{Binding Source={StaticResource ResultsByOutcome}}"
627
SelectedItem="{Binding SelectedTest}"
628
ShowGroupingItemCount="True"
629
- Visibility="{Binding GroupByOutcome, Converter={StaticResource BoolToVisibility}}"
630
- Margin="-1,0,1,0">
+ Visibility="{Binding GroupByOutcome, Converter={StaticResource BoolToVisibility}}">
631
<DataGrid.Columns>
632
<DataGridTemplateColumn Header="{Resx ResxName=Rubberduck.Resources.UnitTesting.TestExplorer, Key=TestExplorer_Outcome}">
633
<DataGridTemplateColumn.CellTemplate>
0 commit comments