diff --git a/src/ViewModels/Blame.cs b/src/ViewModels/Blame.cs index 3aa1e66e..a5a2f961 100644 --- a/src/ViewModels/Blame.cs +++ b/src/ViewModels/Blame.cs @@ -26,7 +26,7 @@ namespace SourceGit.ViewModels { public Blame(string repo, string file, string revision) { _repo = repo; - Title = $"{file}@{revision.Substring(0, 10)}"; + Title = $"{file} @ {revision.Substring(0, 10)}"; Task.Run(() => { var result = new Commands.Blame(repo, file, revision).Result(); Dispatcher.UIThread.Invoke(() => { diff --git a/src/Views/Blame.axaml b/src/Views/Blame.axaml index 07cba81e..0290cbf9 100644 --- a/src/Views/Blame.axaml +++ b/src/Views/Blame.axaml @@ -21,19 +21,20 @@ + - - + - - - - - + + + + + + - + - + + Background="{DynamicResource Brush.Border0}"/> - +