From 99e63cfc411ed20fd391e7032836f7f39259eab8 Mon Sep 17 00:00:00 2001 From: Steve Gilham Date: Thu, 10 Mar 2022 09:57:47 +0000 Subject: [PATCH] Obvious bugfixes --- AltCover.Avalonia/AltCover.MainWindow.xaml | 2 +- AltCover.UICommon/Icons.fs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"