From 780f3fa038102e23b725451a628f9d4fa7629ead Mon Sep 17 00:00:00 2001
From: Ray Berezowski <6616212+rberezowski@users.noreply.github.com>
Date: Tue, 25 Aug 2026 18:23:23 -0400
Subject: [PATCH] Enlarge header app icon
---
MainWindow.xaml | 12 ++++++------
TaskbarLauncher.csproj | 1 +
Views/LauncherPopup.xaml | 7 ++++---
3 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/MainWindow.xaml b/MainWindow.xaml
index acfa85a..80d33a4 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -21,17 +21,17 @@
-
+ CornerRadius="14">
+ Width="50"
+ Height="50"
+ Stretch="UniformToFill"/>
diff --git a/TaskbarLauncher.csproj b/TaskbarLauncher.csproj
index bc7c3bf..3df6993 100644
--- a/TaskbarLauncher.csproj
+++ b/TaskbarLauncher.csproj
@@ -18,6 +18,7 @@
+
diff --git a/Views/LauncherPopup.xaml b/Views/LauncherPopup.xaml
index 57eef68..1296b00 100644
--- a/Views/LauncherPopup.xaml
+++ b/Views/LauncherPopup.xaml
@@ -23,9 +23,10 @@