|
@@ -20,7 +20,7 @@
|
|
<ColumnDefinition Width="328*"/>
|
|
<ColumnDefinition Width="328*"/>
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
<StackPanel Grid.Column="0">
|
|
<StackPanel Grid.Column="0">
|
|
- <TextBlock Text="Open PDF Files" FontFamily="Segoe UI"
|
|
|
|
|
|
+ <TextBlock Text="Open PDF Files" FontFamily="Segoe UI" Margin="0,16,0,0"
|
|
FontSize="20"
|
|
FontSize="20"
|
|
FontWeight="Bold"
|
|
FontWeight="Bold"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}" Height="28"></TextBlock>
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}" Height="28"></TextBlock>
|
|
@@ -61,7 +61,7 @@ Height="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, P
|
|
</Border>
|
|
</Border>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<StackPanel Grid.Column="2">
|
|
<StackPanel Grid.Column="2">
|
|
- <TextBlock Text="Open PDF Files" FontFamily="Creat PDF"
|
|
|
|
|
|
+ <TextBlock Text="Open PDF Files" FontFamily="Creat PDF" Margin="0,16,0,0"
|
|
FontSize="20"
|
|
FontSize="20"
|
|
FontWeight="Bold"
|
|
FontWeight="Bold"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}" Height="28"></TextBlock>
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}" Height="28"></TextBlock>
|