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); }); }