fix stats formatting 2 on export option

This commit is contained in:
2026-05-20 12:55:30 +02:00
parent a71ee8b81d
commit 4ea3c01887
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -108,6 +108,7 @@ public static class StatsPanel
var emptyStr = new string('\u2591', empty); var emptyStr = new string('\u2591', empty);
var row = new Grid(); var row = new Grid();
row.AddColumn(new GridColumn().NoWrap());
var colorMarkup = filledColor.ToMarkup(); var colorMarkup = filledColor.ToMarkup();
// Construct a seamless markup string // Construct a seamless markup string