1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 12:13: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 new OsuSpriteText
{ {
Text = user.Username, Text = user.Username,
TextSize = 25, TextSize = 30,
Font = @"Exo2.0-RegularItalic", Font = @"Exo2.0-RegularItalic",
Anchor = Anchor.BottomLeft, Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft, Origin = Anchor.BottomLeft,
@ -149,7 +149,7 @@ namespace osu.Game.Users.Profile
Anchor = Anchor.TopCentre, Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre, Origin = Anchor.TopCentre,
Y = 11, Y = 11,
TextSize = 18 TextSize = 20
} }
} }
}, },

View File

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

View File

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