Skip to content

Commit a991482

Browse files
committed
tweak icon for disabling inspection
1 parent 0cd3f46 commit a991482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<BitmapImage x:Key="ExpandAllImage" UriSource="pack://application:,,,/Rubberduck.Resources;component/Icons/Fugue/expand-all.png" />
9999
<BitmapImage x:Key="CollapseAllImage" UriSource="pack://application:,,,/Rubberduck.Resources;component/Icons/Fugue/collapse-all.png" />
100100

101-
<BitmapImage x:Key="DisableInspectionImage" UriSource="pack://application:,,,/Rubberduck.Resources;component/Icons/Fugue/balloon-prohibition.png" />
101+
<BitmapImage x:Key="DisableInspectionImage" UriSource="pack://application:,,,/Rubberduck.Resources;component/Icons/Fugue/cross-script.png" />
102102
</ToolBar.Resources>
103103

104104
<Button Command="{Binding RefreshCommand}">

0 commit comments

Comments
 (0)