|
@@ -11,7 +11,7 @@
|
|
|
mc:Ignorable="d">
|
|
|
<Border
|
|
|
x:Name="BorderConcise"
|
|
|
- Height="64"
|
|
|
+ Height="68"
|
|
|
Background="Transparent"
|
|
|
CornerRadius="{StaticResource border-radius.8}">
|
|
|
<Grid Margin="16" Background="Transparent">
|
|
@@ -22,11 +22,13 @@
|
|
|
Visibility="Collapsed" />
|
|
|
<StackPanel VerticalAlignment="Center" Orientation="Horizontal">
|
|
|
<Image
|
|
|
- Width="28"
|
|
|
- Height="28"
|
|
|
+ Width="36"
|
|
|
+ Height="36"
|
|
|
HorizontalAlignment="Center"
|
|
|
VerticalAlignment="Top"
|
|
|
- Source="{Binding FnImg}" />
|
|
|
+ RenderOptions.BitmapScalingMode="HighQuality"
|
|
|
+ Source="{Binding FnImg}"
|
|
|
+ UseLayoutRounding="True" />
|
|
|
<TextBlock
|
|
|
Name="TxbTitleConcise"
|
|
|
Margin="8,0,0,0"
|