style(*): embedded logo and title into manager tab

This commit is contained in:
leo 2020-08-03 17:29:33 +08:00
parent f96ea6e174
commit a66aa290bc
2 changed files with 7 additions and 19 deletions

View file

@ -68,7 +68,7 @@ namespace SourceGit.UI {
};
Tabs.Add(new Tab() {
Title = "Repositories",
Title = "SOURCE GIT",
Page = new Manager(),
});