Skip to content

Commit

Permalink
Remove excess spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Nov 21, 2017
1 parent 9222ba7 commit e3f5587
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions RetailCoder.VBE/UI/UnitTesting/TestExplorerControl.xaml
Expand Up @@ -16,11 +16,8 @@

<UserControl.Resources>
<BitmapImage x:Key="SettingsImage" UriSource="../../Resources/gear.png" />


<local:TestOutcomeImageSourceConverter x:Key="OutcomeIconConverter" />


<local:TestResultToOutcomeTextConverter x:Key="OutcomeTextConverter" />

<BooleanToVisibilityConverter x:Key="BoolToVisibility"/>
Expand Down Expand Up @@ -592,7 +589,6 @@
<Border Grid.Row="2" Padding="2">
<ScrollViewer VerticalScrollBarVisibility="Auto">
<Grid>

<controls:GroupingGrid ItemsSource="{Binding Source={StaticResource ResultsByOutcome}}"
SelectedItem="{Binding SelectedTest}"
ShowGroupingItemCount="True"
Expand Down Expand Up @@ -630,7 +626,6 @@
<DataGridTextColumn Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=TestExplorer_Duration}" Binding="{Binding Result.Duration, StringFormat={}{0}ms}" />
</DataGrid.Columns>
</controls:GroupingGrid>

</Grid>
</ScrollViewer>
</Border>
Expand Down

0 comments on commit e3f5587

Please sign in to comment.