From 4c0f44eac94a86082a00a439cd228791736ee7f4 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 3 May 2021 17:24:04 +0100 Subject: [PATCH] add white fill/shape/border around app's logo. When the program is in dark mode, the logo is difficult to see (if you can see it at all). I've added a block of white behind it show to combat this. I went with white because the logo is fine when Windows is in light mode. Because of that, the border/shape/fill recedes into the background. I decided against changing the logo programmatically to an alternative version because it'll require more work than it's worth. This is a minor cosmetic part of the program and, this way, the logo remains as intended (a rich navy blue). --- src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml index bbb7a05..68fbd7e 100644 --- a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml +++ b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml @@ -26,11 +26,17 @@ Text="{x:Bind _vm.CurrentTime, Mode=OneWay, FallbackValue=00}" Margin="0" Padding="0"/> - + + + + @@ -230,7 +236,7 @@ Height="79" Width="79" Unchecked="LogToggle_Unchecked" Checked="LogToggle_Checked" - IsChecked="True"/> + IsChecked="False"/>