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:
parent
f7a451ed82
commit
1737b59d37
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -27,7 +27,7 @@ namespace osu.Game.Users.Profile
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = Title,
|
||||
TextSize = 16,
|
||||
TextSize = 20,
|
||||
Font = @"Exo2.0-RegularItalic",
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user