Skip to content

Commit

Permalink
tweak icon for disabling inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Jan 20, 2025
1 parent 0cd3f46 commit a991482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<BitmapImage x:Key="ExpandAllImage" UriSource="pack://application:,,,/Rubberduck.Resources;component/Icons/Fugue/expand-all.png" />
<BitmapImage x:Key="CollapseAllImage" UriSource="pack://application:,,,/Rubberduck.Resources;component/Icons/Fugue/collapse-all.png" />

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

<Button Command="{Binding RefreshCommand}">
Expand Down

0 comments on commit a991482

Please sign in to comment.