|
@@ -40,8 +40,9 @@
|
|
|
Margin="0,2,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
FontFamily="SF Pro Text"
|
|
|
- FontSize="10"
|
|
|
- Foreground="#94989C"
|
|
|
+ FontSize="12"
|
|
|
+ FontWeight="SemiBold"
|
|
|
+ Foreground="#252629"
|
|
|
LineHeight="16"
|
|
|
Text="{Binding TextRegisteras}"
|
|
|
TextWrapping="Wrap" />
|
|
@@ -83,7 +84,7 @@
|
|
|
VerticalAlignment="Top">
|
|
|
<Image Source="pack://application:,,,/PDF Master;component/Resources/Service/convert.png" />
|
|
|
</Border>
|
|
|
- <StackPanel Margin="42,0,0,0">
|
|
|
+ <StackPanel Margin="42,0,0,0">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<TextBlock
|
|
|
Height="20"
|
|
@@ -92,14 +93,6 @@
|
|
|
FontWeight="SemiBold"
|
|
|
LineHeight="20"
|
|
|
Text="{Binding TextConvert}" />
|
|
|
- <TextBlock
|
|
|
- Height="18"
|
|
|
- Margin="8,0,0,0"
|
|
|
- FontFamily="Segoe UI"
|
|
|
- FontSize="11"
|
|
|
- Foreground="#94989C"
|
|
|
- Text="{Binding TextLimit10}"
|
|
|
- TextWrapping="Wrap" />
|
|
|
</StackPanel>
|
|
|
|
|
|
<TextBlock
|