|
@@ -95,13 +95,13 @@
|
|
|
</VisualState>
|
|
</VisualState>
|
|
|
</VisualStateGroup>
|
|
</VisualStateGroup>
|
|
|
</VisualStateManager.VisualStateGroups>
|
|
</VisualStateManager.VisualStateGroups>
|
|
|
- <Rectangle Name="BackgroundRectangle" Stroke="White" RadiusX="2" RadiusY="2" Width="110"/>
|
|
|
|
|
|
|
+ <Rectangle Name="BackgroundRectangle" Stroke="White" RadiusX="5" RadiusY="5" Width="230"/>
|
|
|
<ContentPresenter>
|
|
<ContentPresenter>
|
|
|
<TextBlock
|
|
<TextBlock
|
|
|
Text="{Binding Content, RelativeSource={RelativeSource Mode=TemplatedParent}}"
|
|
Text="{Binding Content, RelativeSource={RelativeSource Mode=TemplatedParent}}"
|
|
|
Foreground="White"
|
|
Foreground="White"
|
|
|
Margin="0,2,0,3"
|
|
Margin="0,2,0,3"
|
|
|
- FontSize="11"
|
|
|
|
|
|
|
+ FontSize="18"
|
|
|
HorizontalAlignment="Center"
|
|
HorizontalAlignment="Center"
|
|
|
VerticalAlignment="Center"/>
|
|
VerticalAlignment="Center"/>
|
|
|
</ContentPresenter>
|
|
</ContentPresenter>
|