style<PageTabBar>: change label style

This commit is contained in:
leo 2021-08-11 20:34:01 +08:00
parent 663f3237c0
commit 59e9d59d8d
4 changed files with 8 additions and 9 deletions

View file

@ -168,8 +168,8 @@ namespace SourceGit.Views.Widgets {
var tab = new Tab() {
Id = id,
IsWelcomePage = true,
Title = App.Text("PageSwitcher.Welcome.Title"),
Tooltip = App.Text("PageSwitcher.Welcome.Tip"),
Title = App.Text("PageTabBar.Welcome.Title"),
Tooltip = App.Text("PageTabBar.Welcome.Tip"),
Bookmark = 0,
};