mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
upgrade<project>: upgrade to .net 5.0
This commit is contained in:
parent
a3f2c672b7
commit
24b175c331
4 changed files with 6 additions and 7 deletions
|
@ -212,8 +212,7 @@ namespace SourceGit.UI {
|
|||
new Typeface(leftText.FontFamily, p.FontStyle, p.FontWeight, p.FontStretch),
|
||||
leftText.FontSize,
|
||||
Brushes.Black,
|
||||
new NumberSubstitution(),
|
||||
TextFormattingMode.Ideal);
|
||||
VisualTreeHelper.GetDpi(this).PixelsPerDip);
|
||||
|
||||
if (minWidth < formatter.Width) minWidth = formatter.Width;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue