Skip to content

Commit e3f5587

Browse files
committed
Remove excess spacing
1 parent 9222ba7 commit e3f5587

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

RetailCoder.VBE/UI/UnitTesting/TestExplorerControl.xaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616

1717
<UserControl.Resources>
1818
<BitmapImage x:Key="SettingsImage" UriSource="../../Resources/gear.png" />
19-
2019

2120
<local:TestOutcomeImageSourceConverter x:Key="OutcomeIconConverter" />
22-
23-
2421
<local:TestResultToOutcomeTextConverter x:Key="OutcomeTextConverter" />
2522

2623
<BooleanToVisibilityConverter x:Key="BoolToVisibility"/>
@@ -592,7 +589,6 @@
592589
<Border Grid.Row="2" Padding="2">
593590
<ScrollViewer VerticalScrollBarVisibility="Auto">
594591
<Grid>
595-
596592
<controls:GroupingGrid ItemsSource="{Binding Source={StaticResource ResultsByOutcome}}"
597593
SelectedItem="{Binding SelectedTest}"
598594
ShowGroupingItemCount="True"
@@ -630,7 +626,6 @@
630626
<DataGridTextColumn Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=TestExplorer_Duration}" Binding="{Binding Result.Duration, StringFormat={}{0}ms}" />
631627
</DataGrid.Columns>
632628
</controls:GroupingGrid>
633-
634629
</Grid>
635630
</ScrollViewer>
636631
</Border>

0 commit comments

Comments
 (0)