mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 09:04:59 +00:00
style(TwoCommitsDiff): change title style
This commit is contained in:
parent
d2f5e2caf0
commit
11b9c8ac09
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ namespace SourceGit.UI {
|
|||
this.sha1 = sha1;
|
||||
this.sha2 = sha2;
|
||||
|
||||
txtTitle.Content = $"COMMIT: {sha1} -> {sha2}";
|
||||
txtTitle.Content = $"COMMIT : {sha1} -> {sha2}";
|
||||
Task.Run(() => LoadChanges(true));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue