Fix unremoved resource bug #711

This commit is contained in:
bao-qian
2017-02-19 23:29:13 +00:00
parent 2e01153363
commit d62458b07b
4 changed files with 24 additions and 12 deletions

View File

@@ -20,6 +20,7 @@
</Style>
<Style x:Key="BaseWindowStyle" TargetType="{x:Type Window}">
<Setter Property="Width" Value="800" />
<Setter Property="MaxWidth" Value="800" />
</Style>
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">