Change the default width for themes.

This commit is contained in:
qianlifeng
2014-12-10 09:50:55 +08:00
parent 95cd051a4f
commit 36bcafea98
3 changed files with 1 additions and 105 deletions

View File

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