diff --git a/src/Views/Controls/Avatar.cs b/src/Views/Controls/Avatar.cs index 9b933ccf..eebd2264 100644 --- a/src/Views/Controls/Avatar.cs +++ b/src/Views/Controls/Avatar.cs @@ -78,6 +78,10 @@ namespace SourceGit.Views.Controls { private int colorIdx = 0; private FormattedText label = null; + public Avatar() { + SetValue(RenderOptions.BitmapScalingModeProperty, BitmapScalingMode.HighQuality); + } + /// /// 渲染实现 ///