Small issue changes.

This commit is contained in:
qianlifeng
2014-03-15 22:01:35 +08:00
parent 15bc01576a
commit dfce6564a1
9 changed files with 242 additions and 353 deletions

View File

@@ -3,7 +3,7 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<Style x:Key="BaseQueryBoxStyle" TargetType="{x:Type TextBox}">
<Setter Property="BorderThickness" Value="0" />
<Setter Property="FontSize" Value="36" />
<Setter Property="FontSize" Value="28" />
<Setter Property="FontFamily" Value="Arial" />
<Setter Property="FontWeight" Value="Medium" />
<Setter Property="Height" Value="46" />