Fix issue with Layered Window

This commit is contained in:
Yeechan Lu
2014-03-26 19:26:10 +08:00
parent 343da4878d
commit 2ec71c9942
4 changed files with 8 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
</Style.Resources>
</Style>
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
<Setter Property="Background" Value="#00000000"></Setter>
<Setter Property="Background" Value="#01ffffff"></Setter>
</Style>
<Style x:Key="WindowStyle" TargetType="{x:Type Window}" BasedOn="{StaticResource BaseWindowStyle}" >
</Style>

View File

@@ -16,7 +16,7 @@
</Style.Resources>
</Style>
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
<Setter Property="Background" Value="#00000000"></Setter>
<Setter Property="Background" Value="#01000000"></Setter>
</Style>
<Style x:Key="WindowStyle" TargetType="{x:Type Window}" BasedOn="{StaticResource BaseWindowStyle}" >
</Style>