We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bounds.With
1 parent eb6d77f commit 42ed674Copy full SHA for 42ed674
src/Views/Avatar.cs
@@ -69,7 +69,7 @@ public override void Render(DrawingContext context)
69
CultureInfo.CurrentCulture,
70
FlowDirection.LeftToRight,
71
typeface,
72
- Bounds.Width * 0.65,
+ Math.Max(Bounds.Width * 0.65, 10),
73
Brushes.White);
74
75
var chars = fallback.ToCharArray();
0 commit comments