From a52c3ee620e10e228d4fc815e66838f147807dd3 Mon Sep 17 00:00:00 2001 From: SocksTheWolf <132639882+SocksTheWolf@users.noreply.github.com> Date: Sun, 18 Aug 2024 15:07:19 -0700 Subject: [PATCH] Remove transparency Turns out this looks bad in most cases unless you're editing something --- MultiUserRaffleBot/Views/MainWindow.axaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MultiUserRaffleBot/Views/MainWindow.axaml b/MultiUserRaffleBot/Views/MainWindow.axaml index 1545de6..8b71af8 100644 --- a/MultiUserRaffleBot/Views/MainWindow.axaml +++ b/MultiUserRaffleBot/Views/MainWindow.axaml @@ -9,8 +9,6 @@ MinWidth="790" MinHeight="460" x:Class="MultiUserRaffleBot.Views.MainWindow" Title="MultiUser Raffle Bot" - TransparencyLevelHint="AcrylicBlur" - CanResize="False" - Background="Transparent"> + CanResize="False">