From 46ac07a80cac42200b54f65b1d4ceb73c283be33 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 11 Oct 2021 14:48:44 +0800 Subject: [PATCH] style: small changes --- src/Resources/Locales/en_US.xaml | 2 +- src/Views/Widgets/Welcome.xaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Resources/Locales/en_US.xaml b/src/Resources/Locales/en_US.xaml index bed1b0f2..dbf55a68 100644 --- a/src/Resources/Locales/en_US.xaml +++ b/src/Resources/Locales/en_US.xaml @@ -284,7 +284,7 @@ ERROR NEW PAGE - *Repositories + Repositories WELCOME PAGE Close Tab Close Other Tabs diff --git a/src/Views/Widgets/Welcome.xaml b/src/Views/Widgets/Welcome.xaml index b0cbb6b0..3ddd3268 100644 --- a/src/Views/Widgets/Welcome.xaml +++ b/src/Views/Widgets/Welcome.xaml @@ -5,6 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:controls="clr-namespace:SourceGit.Views.Controls" xmlns:widgets="clr-namespace:SourceGit.Views.Widgets" + xmlns:models="clr-namespace:SourceGit.Models" mc:Ignorable="d" d:DesignHeight="800" d:DesignWidth="800"> @@ -29,7 +30,8 @@ Text="SourceGit" FontSize="28pt" TextOptions.TextFormattingMode="Ideal" - TextOptions.TextRenderingMode="ClearType"/> + TextOptions.TextRenderingMode="ClearType" + RenderOptions.ClearTypeHint="Enabled"/>