Skip to content

Commit

Permalink
Remove transparency
Browse files Browse the repository at this point in the history
Turns out this looks bad in most cases unless you're editing something
  • Loading branch information
SocksTheWolf committed Aug 18, 2024
1 parent 59548a1 commit a52c3ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MultiUserRaffleBot/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<views:MainView />
</Window>

0 comments on commit a52c3ee

Please sign in to comment.