From 8760d96310aa12ca1d39d0cb7943875b888a8474 Mon Sep 17 00:00:00 2001
From: Ray Berezowski <6616212+rberezowski@users.noreply.github.com>
Date: Tue, 25 Aug 2026 17:22:26 -0400
Subject: [PATCH] Polish launcher visual design
---
AboutWindow.xaml | 17 ++++--
App.xaml | 115 +++++++++++++++++++++++++++++-------
MainWindow.xaml | 86 +++++++++++++++++++++------
Services/ThemeService.cs | 31 +++++++---
Views/LauncherPopup.xaml | 19 +++---
Views/LauncherPopup.xaml.cs | 1 +
6 files changed, 209 insertions(+), 60 deletions(-)
diff --git a/AboutWindow.xaml b/AboutWindow.xaml
index ed04a18..9156c5d 100644
--- a/AboutWindow.xaml
+++ b/AboutWindow.xaml
@@ -2,8 +2,8 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="About Taskbar Launcher"
- Height="410"
- Width="560"
+ Height="430"
+ Width="580"
ResizeMode="NoResize"
WindowStartupLocation="CenterOwner"
Background="{DynamicResource AppWindowBrush}"
@@ -15,6 +15,11 @@
+
@@ -25,7 +30,8 @@
Height="76"
BorderThickness="1"
BorderBrush="{DynamicResource AppAccentBrush}"
- Background="{DynamicResource AppSurfaceBrush}"
+ Background="{DynamicResource AppOrangeSoftBrush}"
+ CornerRadius="14"
HorizontalAlignment="Left"
VerticalAlignment="Top">
+
+ Background="{DynamicResource AppSurfaceBrush}"
+ CornerRadius="14">
@@ -89,6 +97,7 @@
diff --git a/App.xaml b/App.xaml
index cd06fe7..6e3df1f 100644
--- a/App.xaml
+++ b/App.xaml
@@ -5,8 +5,10 @@