diff --git a/PortfolioManager/UIUtils/TextMarkerImageGenerator.cs b/PortfolioManager/UIUtils/TextMarkerImageGenerator.cs index aa18959..915b9e0 100644 --- a/PortfolioManager/UIUtils/TextMarkerImageGenerator.cs +++ b/PortfolioManager/UIUtils/TextMarkerImageGenerator.cs @@ -27,7 +27,8 @@ public static class TextMarkerImageGenerator return new ScottPlot.Image(memoryStream.ToArray()); } - public static Image GenerateImage(String text,int fontSize=12) +// public static Image GenerateImage(String text,int fontSize=12) + public static Image GenerateImage(String text,int fontSize=11) { ImageHelper imageHelper = new ImageHelper(); SKFont font = default;