From 5b3b551b84dd5e9d30f6c4b22ff4d33cf6273a56 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 17 May 2021 16:56:47 +0800 Subject: [PATCH] style<*>: change font render mode --- src/Views/Blame.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Views/Blame.xaml b/src/Views/Blame.xaml index 30e6c5b6..8b29d4ee 100644 --- a/src/Views/Blame.xaml +++ b/src/Views/Blame.xaml @@ -7,6 +7,8 @@ mc:Ignorable="d" UseLayoutRounding="True" Title="{StaticResource Text.Blame}" + TextOptions.TextFormattingMode="Display" + TextOptions.TextRenderingMode="ClearType" WindowStartupLocation="CenterOwner" Height="600" Width="800"> @@ -86,7 +88,7 @@ - +