mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
style<PageTabBar>: change label style
This commit is contained in:
parent
663f3237c0
commit
59e9d59d8d
4 changed files with 8 additions and 9 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue