File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
RetailCoder.VBE/UI/UnitTesting Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<UserControl .Resources>
18
18
<BitmapImage x : Key =" SettingsImage" UriSource =" ../../Resources/gear.png" />
19
-
19
+
20
20
<local : TestOutcomeImageSourceConverter x : Key =" OutcomeIconConverter" />
21
21
<local : TestResultToOutcomeTextConverter x : Key =" OutcomeTextConverter" />
22
22
<BooleanToVisibilityConverter x : Key =" BoolToVisibility" />
273
273
<PropertyGroupDescription PropertyName =" Result" Converter =" {StaticResource OutcomeTextConverter}" />
274
274
</CollectionViewSource .GroupDescriptions>
275
275
</CollectionViewSource >
276
-
277
- <SolidColorBrush x : Key =" ToolBarHorizontalBackground" Color =" #FFEEF5FD" />
278
276
<SolidColorBrush x : Key =" ToolBarToggleButtonVerticalBackground" Color =" #FFEEF5FD" />
279
277
<SolidColorBrush x : Key =" ToolBarButtonHover" Color =" #210080FF" />
280
278
<SolidColorBrush x : Key =" ToolBarGripper" Color =" #FF6D6D6D" />
389
387
</Style .Triggers>
390
388
</Style >
391
389
<Style x : Key =" ToolBarWithOverflowOnlyShowingWhenNeededStyle" TargetType =" {x:Type ToolBar}" >
392
- <Setter Property =" Background" Value =" {StaticResource ToolBarHorizontalBackground}" />
393
390
<Setter Property =" Template" >
394
391
<Setter .Value>
395
392
<ControlTemplate TargetType =" {x:Type ToolBar}" >
608
605
<DataGridTextColumn Header =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=TestExplorer_Duration}" Binding =" {Binding Result.Duration, StringFormat={}{0}ms}" />
609
606
</DataGrid .Columns>
610
607
</controls : GroupingGrid >
611
-
608
+
612
609
<controls : GroupingGrid ItemsSource =" {Binding Source={StaticResource ResultsByModule}}"
613
610
SelectedItem =" {Binding SelectedTest}"
614
611
ShowGroupingItemCount =" True"
You can’t perform that action at this time.
0 commit comments