1 parent 7181472 commit 7a753e7Copy full SHA for 7a753e7
1 file changed
src/Views/Blame.axaml.cs
@@ -79,7 +79,7 @@ public override void Render(DrawingContext context)
79
var authorTop = y - author.Height * 0.5;
80
context.DrawText(author, new Point(x, authorTop));
81
82
- var timeStr = Models.DateTimeFormat.Format(info.Timestamp);
+ var timeStr = Models.DateTimeFormat.Format(info.Timestamp, true);
83
var time = new FormattedText(
84
timeStr,
85
CultureInfo.CurrentCulture,
@@ -131,7 +131,7 @@ protected override Size MeasureOverride(Size availableSize)
131
_editor.Foreground);
132
x += author.Width + 8;
133
134
135
136
137
0 commit comments