Skip to content

Commit

Permalink
Obvious bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Mar 10, 2022
1 parent d1b026d commit 99e63cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AltCover.Avalonia/AltCover.MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<MenuItem Name="List" IsEnabled="False">
<MenuItem.Header>
<StackPanel>
<Image Name="ListImage" Source="resm:AltCover.UICommon.ExpandDown_lightGray.png?assembly=AltCover.UICommon" Stretch="None" Margin="0,8" />
<Image Name="ListImage" Source="resm:AltCover.UICommon.ExpandDown_lightGrey.png?assembly=AltCover.UICommon" Stretch="None" Margin="0,8" />
</StackPanel>
</MenuItem.Header>
<MenuItem Header="0"></MenuItem>
Expand Down
2 changes: 1 addition & 1 deletion AltCover.UICommon/Icons.fs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Icons<'TIcon>(toIcon: System.IO.Stream -> 'TIcon) =
makeIcon "MethodWarning"

member self.MethodNoSource =
makeIcon "MissingMethod"
makeIcon "MethodMissing"

member self.Branched =
makeIcon "BranchFork_grn"
Expand Down

0 comments on commit 99e63cf

Please sign in to comment.