upgrade<Version>: Release 1.9

This commit is contained in:
leo 2020-11-18 09:33:43 +08:00
parent 84b2b4d7ae
commit 59e075ff09
4 changed files with 8 additions and 9 deletions

View file

@ -218,7 +218,8 @@ namespace SourceGit.UI {
new Typeface(leftText.FontFamily, p.FontStyle, p.FontWeight, p.FontStretch),
leftText.FontSize,
Brushes.Black,
VisualTreeHelper.GetDpi(this).PixelsPerDip);
new NumberSubstitution(),
TextFormattingMode.Ideal);
if (minWidth < formatter.Width) minWidth = formatter.Width;