|
@@ -740,7 +740,7 @@ namespace PDF_Master.ViewModels.Tools
|
|
defaultAnnot.BackgroundColor = Colors.White;
|
|
defaultAnnot.BackgroundColor = Colors.White;
|
|
defaultAnnot.Opacity = 1;
|
|
defaultAnnot.Opacity = 1;
|
|
defaultAnnot.FontFamily = Settings.Default.AppProperties.Annotate.TextFontFamaily;
|
|
defaultAnnot.FontFamily = Settings.Default.AppProperties.Annotate.TextFontFamaily;
|
|
- defaultAnnot.FontSize = 14;
|
|
|
|
|
|
+ defaultAnnot.FontSize = 12;
|
|
defaultAnnot.TextAlign = TextAlignment.Left;
|
|
defaultAnnot.TextAlign = TextAlignment.Left;
|
|
defaultAnnot.Thickness = 0;
|
|
defaultAnnot.Thickness = 0;
|
|
defaultAnnot.NoteText = string.Empty;
|
|
defaultAnnot.NoteText = string.Empty;
|