diff --git a/AltCover.Avalonia/AltCover.MainWindow.xaml b/AltCover.Avalonia/AltCover.MainWindow.xaml index 2d3a65bf5..5e27d3743 100644 --- a/AltCover.Avalonia/AltCover.MainWindow.xaml +++ b/AltCover.Avalonia/AltCover.MainWindow.xaml @@ -25,7 +25,7 @@ - + diff --git a/AltCover.UICommon/Icons.fs b/AltCover.UICommon/Icons.fs index f0044af7e..15814c37b 100644 --- a/AltCover.UICommon/Icons.fs +++ b/AltCover.UICommon/Icons.fs @@ -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"