From eed4422225ebe0677ea22d89b1684e9f98f0de39 Mon Sep 17 00:00:00 2001 From: Ano-sys Date: Sat, 19 Apr 2025 23:20:07 +0200 Subject: [PATCH] ExtendedClientArea -> False --- LOLRLCG/LOLRLCG.csproj | 2 +- LOLRLCG/Views/MainWindow.axaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LOLRLCG/LOLRLCG.csproj b/LOLRLCG/LOLRLCG.csproj index c501e10..d80f79c 100644 --- a/LOLRLCG/LOLRLCG.csproj +++ b/LOLRLCG/LOLRLCG.csproj @@ -4,7 +4,7 @@ net9.0 enable true - Resources/LOLRLCG.ico + Resources\LOLRLCG.ico app.manifest true diff --git a/LOLRLCG/Views/MainWindow.axaml b/LOLRLCG/Views/MainWindow.axaml index c58a27c..350823b 100644 --- a/LOLRLCG/Views/MainWindow.axaml +++ b/LOLRLCG/Views/MainWindow.axaml @@ -14,7 +14,7 @@ TransparencyLevelHint="Transparent" Background="Transparent" TransparencyBackgroundFallback="DimGray" - ExtendClientAreaToDecorationsHint="True" + ExtendClientAreaToDecorationsHint="False" CanResize="False" WindowStartupLocation="CenterScreen" Topmost="True"