From 8e4b23d4de10d16dab2e9d81fbc184f8e2582e2e Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 13:34:29 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20native=20Windows=20UI=20=E2=80=94=20lig?= =?UTF-8?q?ht=20theme,=20centered=20window,=20standard=20chrome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows/PopupWindow.xaml | 396 +++++++++++++++++++-------------------- 1 file changed, 196 insertions(+), 200 deletions(-) diff --git a/windows/PopupWindow.xaml b/windows/PopupWindow.xaml index e585d7a..657a020 100644 --- a/windows/PopupWindow.xaml +++ b/windows/PopupWindow.xaml @@ -3,249 +3,245 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ctrl="clr-namespace:ClaudeCheckerWindows.Controls" Title="ClaudeChecker" - Width="480" - SizeToContent="Height" - WindowStyle="None" - AllowsTransparency="True" - Background="Transparent" - ShowInTaskbar="False" - Topmost="True" + Width="480" Height="660" + WindowStartupLocation="CenterScreen" + Background="{StaticResource BackgroundBrush}" + FontFamily="Segoe UI" + ShowInTaskbar="True" ResizeMode="NoResize"> - - - - + + + - - - - - - + + + - - - - - - - - - + + + + + +