|
|
@@ -12,7 +12,7 @@ |
|
|
|
mc:Ignorable="d"> |
|
|
|
<UserControl.Resources> |
|
|
|
<Style x:Key="btnNum" TargetType="{x:Type Button}"> |
|
|
|
|
|
|
|
<Setter Property="Cursor" Value="Hand"></Setter> |
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Center" /> |
|
|
|
<Setter Property="VerticalContentAlignment" Value="Center" /> |
|
|
|
<Setter Property="Template"> |
|
|
@@ -63,7 +63,7 @@ |
|
|
|
</Setter> |
|
|
|
</Style> |
|
|
|
<Style x:Key="btnFunc" TargetType="{x:Type Button}"> |
|
|
|
|
|
|
|
<Setter Property="Cursor" Value="Hand"></Setter> |
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Center" /> |
|
|
|
<Setter Property="VerticalContentAlignment" Value="Center" /> |
|
|
|
<!--<Setter Property="Padding" Value="1"/>--> |
|
|
|