1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 17:45:20 +08:00

Slightly update some sizes.

This commit is contained in:
Huo Yaoyuan 2017-06-15 07:23:30 +08:00
parent f7a451ed82
commit 1737b59d37
3 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ namespace osu.Game.Users.Profile
new OsuSpriteText
{
Text = user.Username,
TextSize = 25,
TextSize = 30,
Font = @"Exo2.0-RegularItalic",
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
@ -149,7 +149,7 @@ namespace osu.Game.Users.Profile
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Y = 11,
TextSize = 18
TextSize = 20
}
}
},

View File

@ -27,7 +27,7 @@ namespace osu.Game.Users.Profile
new OsuSpriteText
{
Text = Title,
TextSize = 16,
TextSize = 20,
Font = @"Exo2.0-RegularItalic",
Margin = new MarginPadding
{

View File

@ -42,7 +42,7 @@ namespace osu.Game.Users
RelativeSizeAxes = Axes.X,
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Height = 24
Height = 30
};
sections.ForEach(tabs.AddItem);