Reversing MainWindow Blur call and settings window modification

Added WindowsAccentMode to Base theme
This commit is contained in:
Boris Makogonyuk
2015-11-10 03:37:34 +01:00
parent f24a6f0e3c
commit d8b806966a
4 changed files with 3 additions and 16 deletions

View File

@@ -9,7 +9,8 @@
</Style>
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
<Setter Property="Background" Value="#80FFFFFF" />
<Setter Property="Background" Value="Transparent" />
<!--<Setter Property="Background" Value="#80FFFFFF" />-->
</Style>