From aa017d5f2ffeee08867e3dee38d31f788f727df6 Mon Sep 17 00:00:00 2001 From: ZCShou Date: Wed, 29 Jul 2020 15:58:05 +0800 Subject: [PATCH] =?UTF-8?q?style(*):=20=E7=95=8C=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8A=E7=9A=84=E4=B8=80=E4=BA=9B=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SourceGit/Resources/Themes/Dark.xaml | 2 +- SourceGit/Resources/Themes/Light.xaml | 2 +- SourceGit/UI/CommitViewer.xaml | 2 -- SourceGit/UI/Histories.xaml | 2 -- SourceGit/UI/Histories.xaml.cs | 2 +- 5 files changed, 3 insertions(+), 7 deletions(-) diff --git a/SourceGit/Resources/Themes/Dark.xaml b/SourceGit/Resources/Themes/Dark.xaml index 12896ffb..641f04be 100644 --- a/SourceGit/Resources/Themes/Dark.xaml +++ b/SourceGit/Resources/Themes/Dark.xaml @@ -12,5 +12,5 @@ - + \ No newline at end of file diff --git a/SourceGit/Resources/Themes/Light.xaml b/SourceGit/Resources/Themes/Light.xaml index f2b3ae76..5f14baf9 100644 --- a/SourceGit/Resources/Themes/Light.xaml +++ b/SourceGit/Resources/Themes/Light.xaml @@ -11,5 +11,5 @@ - + \ No newline at end of file diff --git a/SourceGit/UI/CommitViewer.xaml b/SourceGit/UI/CommitViewer.xaml index 4a11d083..f0117f78 100644 --- a/SourceGit/UI/CommitViewer.xaml +++ b/SourceGit/UI/CommitViewer.xaml @@ -86,8 +86,6 @@ - - diff --git a/SourceGit/UI/Histories.xaml b/SourceGit/UI/Histories.xaml index 6959b972..0b505497 100644 --- a/SourceGit/UI/Histories.xaml +++ b/SourceGit/UI/Histories.xaml @@ -114,8 +114,6 @@ - - diff --git a/SourceGit/UI/Histories.xaml.cs b/SourceGit/UI/Histories.xaml.cs index 78014fe2..b8936766 100644 --- a/SourceGit/UI/Histories.xaml.cs +++ b/SourceGit/UI/Histories.xaml.cs @@ -169,7 +169,7 @@ namespace SourceGit.UI { maker.Dots.Clear(); commitList.ItemsSource = new List(cachedCommits); - Navigate(maker.Highlight); + // Navigate(maker.Highlight); SetLoadingEnabled(false); }); }