Skip to content

Commit da952f1

Browse files
committed
Fix blue background.
1 parent f81cd5b commit da952f1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

RetailCoder.VBE/UI/UnitTesting/TestExplorerControl.xaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<UserControl.Resources>
1818
<BitmapImage x:Key="SettingsImage" UriSource="../../Resources/gear.png" />
19-
19+
2020
<local:TestOutcomeImageSourceConverter x:Key="OutcomeIconConverter" />
2121
<local:TestResultToOutcomeTextConverter x:Key="OutcomeTextConverter" />
2222
<BooleanToVisibilityConverter x:Key="BoolToVisibility"/>
@@ -273,8 +273,6 @@
273273
<PropertyGroupDescription PropertyName="Result" Converter="{StaticResource OutcomeTextConverter}" />
274274
</CollectionViewSource.GroupDescriptions>
275275
</CollectionViewSource>
276-
277-
<SolidColorBrush x:Key="ToolBarHorizontalBackground" Color="#FFEEF5FD"/>
278276
<SolidColorBrush x:Key="ToolBarToggleButtonVerticalBackground" Color="#FFEEF5FD"/>
279277
<SolidColorBrush x:Key="ToolBarButtonHover" Color="#210080FF"/>
280278
<SolidColorBrush x:Key="ToolBarGripper" Color="#FF6D6D6D"/>
@@ -389,7 +387,6 @@
389387
</Style.Triggers>
390388
</Style>
391389
<Style x:Key="ToolBarWithOverflowOnlyShowingWhenNeededStyle" TargetType="{x:Type ToolBar}">
392-
<Setter Property="Background" Value="{StaticResource ToolBarHorizontalBackground}"/>
393390
<Setter Property="Template">
394391
<Setter.Value>
395392
<ControlTemplate TargetType="{x:Type ToolBar}">
@@ -608,7 +605,7 @@
608605
<DataGridTextColumn Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=TestExplorer_Duration}" Binding="{Binding Result.Duration, StringFormat={}{0}ms}" />
609606
</DataGrid.Columns>
610607
</controls:GroupingGrid>
611-
608+
612609
<controls:GroupingGrid ItemsSource="{Binding Source={StaticResource ResultsByModule}}"
613610
SelectedItem="{Binding SelectedTest}"
614611
ShowGroupingItemCount="True"

0 commit comments

Comments
 (0)